summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-25 19:29:47 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-25 19:29:47 +0000
commitb85c423301cbdcbded232321c039dc94b4f811d0 (patch)
treee5edd922ca589a14b3031de0271fb0ffd42eaf55 /app-admin/otpcalc
parentstable on amd64 (diff)
downloadhistorical-b85c423301cbdcbded232321c039dc94b4f811d0.tar.gz
historical-b85c423301cbdcbded232321c039dc94b4f811d0.tar.bz2
historical-b85c423301cbdcbded232321c039dc94b4f811d0.zip
glibc ----------------------------> libc !
Diffstat (limited to 'app-admin/otpcalc')
-rw-r--r--app-admin/otpcalc/otpcalc-0.96.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/otpcalc/otpcalc-0.96.ebuild b/app-admin/otpcalc/otpcalc-0.96.ebuild
index 55e1377b40df..ce3187256345 100644
--- a/app-admin/otpcalc/otpcalc-0.96.ebuild
+++ b/app-admin/otpcalc/otpcalc-0.96.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.96.ebuild,v 1.8 2004/06/24 21:33:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.96.ebuild,v 1.9 2004/06/25 19:26:44 vapier Exp $
DESCRIPTION="A One Time Password and S/Key calculator for X"
HOMEPAGE="http://killa.net/infosec/otpCalc/"
@@ -9,11 +9,11 @@ SRC_URI="http://killa.net/infosec/otpCalc/otpCalc-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 alpha"
-
IUSE=""
+
DEPEND="=x11-libs/gtk+-1.2*
virtual/x11
- virtual/glibc"
+ virtual/libc"
S=${WORKDIR}/${P/c/C}
@@ -25,5 +25,5 @@ src_unpack() {
src_install() {
newman otpCalc.man otpCalc.1
- dobin otpCalc
+ dobin otpCalc || die
}