diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-24 23:22:49 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-24 23:22:49 +0000 |
commit | a88a5fa86b895fd06e3e865273d2f9b1481b601c (patch) | |
tree | 954fb10490be3520bf7f12ef49e1e6533eecb29f /app-admin/otpcalc/otpcalc-0.96.ebuild | |
parent | fixing depend. see 45343 (diff) | |
download | historical-a88a5fa86b895fd06e3e865273d2f9b1481b601c.tar.gz historical-a88a5fa86b895fd06e3e865273d2f9b1481b601c.tar.bz2 historical-a88a5fa86b895fd06e3e865273d2f9b1481b601c.zip |
fixing depend. see 45343
Diffstat (limited to 'app-admin/otpcalc/otpcalc-0.96.ebuild')
-rw-r--r-- | app-admin/otpcalc/otpcalc-0.96.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-admin/otpcalc/otpcalc-0.96.ebuild b/app-admin/otpcalc/otpcalc-0.96.ebuild index 150c80f336bf..650893c97d36 100644 --- a/app-admin/otpcalc/otpcalc-0.96.ebuild +++ b/app-admin/otpcalc/otpcalc-0.96.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.6 2003/09/26 20:45:47 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/otpcalc/otpcalc-0.96.ebuild,v 1.7 2004/03/24 23:22:49 mholzer Exp $ DESCRIPTION="A One Time Password and S/Key calculator for X" HOMEPAGE="http://killa.net/infosec/otpCalc/" @@ -11,10 +11,9 @@ SLOT="0" KEYWORDS="x86 alpha" IUSE="" -RDEPEND="=x11-libs/gtk+-1.2* - virtual/x11 - virtual/glibc" -DEPEND="${RDEPEND}" +DEPEND="=x11-libs/gtk+-1.2* + virtual/x11 + virtual/glibc" S=${WORKDIR}/${P/c/C} |