diff options
author | 2004-06-06 09:11:15 +0000 | |
---|---|---|
committer | 2004-06-06 09:11:15 +0000 | |
commit | 7919ba894005b335cb30768116fa5b4a0ab1f7e0 (patch) | |
tree | edffb97ad01718f10d8ffded43a56409ac76907e /dev-util/gperf/gperf-2.7.2.ebuild | |
parent | x86 keyword. Clean out old versions (diff) | |
download | historical-7919ba894005b335cb30768116fa5b4a0ab1f7e0.tar.gz historical-7919ba894005b335cb30768116fa5b4a0ab1f7e0.tar.bz2 historical-7919ba894005b335cb30768116fa5b4a0ab1f7e0.zip |
QA - IUSE and S=
Diffstat (limited to 'dev-util/gperf/gperf-2.7.2.ebuild')
-rw-r--r-- | dev-util/gperf/gperf-2.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gperf/gperf-2.7.2.ebuild b/dev-util/gperf/gperf-2.7.2.ebuild index 80f3403fce70..7df9c9ee953d 100644 --- a/dev-util/gperf/gperf-2.7.2.ebuild +++ b/dev-util/gperf/gperf-2.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-2.7.2.ebuild,v 1.14 2004/05/05 08:12:53 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-2.7.2.ebuild,v 1.15 2004/06/06 09:11:15 dragonheart Exp $ S=${WORKDIR}/${P} DESCRIPTION="A perfect hash function generator." @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha amd64 hppa ia64" - +IUSE="" RDEPEND="virtual/glibc >=sys-apps/sed" |