diff options
author | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 07:32:05 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 07:32:05 +0000 |
commit | 321fecc14c7bb5293f79f0c182466e36156d8c70 (patch) | |
tree | 70a47127441f7e1bf5d74c9432284721bd6b2464 /dev-util/gperf/gperf-2.7.2.ebuild | |
parent | Kill redundant RDEPEND. (diff) | |
download | gentoo-2-321fecc14c7bb5293f79f0c182466e36156d8c70.tar.gz gentoo-2-321fecc14c7bb5293f79f0c182466e36156d8c70.tar.bz2 gentoo-2-321fecc14c7bb5293f79f0c182466e36156d8c70.zip |
Kill redundant *DEPEND.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-util/gperf/gperf-2.7.2.ebuild')
-rw-r--r-- | dev-util/gperf/gperf-2.7.2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-util/gperf/gperf-2.7.2.ebuild b/dev-util/gperf/gperf-2.7.2.ebuild index 4d10f7a0e28e..26559c0c2c8d 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 Foundation +# Copyright 1999-2006 Gentoo Foundation # 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.18 2004/07/05 23:25:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-2.7.2.ebuild,v 1.19 2006/12/11 07:32:05 beu Exp $ DESCRIPTION="A perfect hash function generator." SRC_URI="ftp://ftp.gnu.org/pub/gnu/gperf/${P}.tar.gz" @@ -10,10 +10,6 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha amd64 hppa ia64" IUSE="" -RDEPEND="virtual/libc - >=sys-apps/sed-4" - -DEPEND="virtual/libc" src_compile() { sed -i -e "s#^docdir = \$(prefix).*#docdir = @datadir@/doc/${PF}#" doc/Makefile.in |