diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-08-30 16:50:01 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-08-30 16:50:01 +0000 |
commit | 472601938803e567cb721f0147328a2994d96baf (patch) | |
tree | 5006778cd2eaa7aaa08ad4f06714efff9d16ce64 /dev-lang | |
parent | Added menu entries for all versions. Fixed init script for 4.x series. Adde... (diff) | |
download | gentoo-2-472601938803e567cb721f0147328a2994d96baf.tar.gz gentoo-2-472601938803e567cb721f0147328a2994d96baf.tar.bz2 gentoo-2-472601938803e567cb721f0147328a2994d96baf.zip |
fix rpm2targz-depend in fpc
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/fpc/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/fpc/fpc-1.0.10.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-lang/fpc/Manifest b/dev-lang/fpc/Manifest index 09673df899cd..d38054aedb4a 100644 --- a/dev-lang/fpc/Manifest +++ b/dev-lang/fpc/Manifest @@ -1,3 +1,3 @@ -MD5 6238ae82abaf014b46d04659a98dfd24 fpc-1.0.10.ebuild 665 +MD5 b7323ceb12aff3b3a99bb9e2c2d6b996 fpc-1.0.10.ebuild 709 MD5 74a2a483f9d08cff6518f4bb165bef35 ChangeLog 326 MD5 5c1bfc2f4cd68b7149ecfb6894315a80 files/digest-fpc-1.0.10 67 diff --git a/dev-lang/fpc/fpc-1.0.10.ebuild b/dev-lang/fpc/fpc-1.0.10.ebuild index 8bad8fac4a27..e1799bbb920b 100644 --- a/dev-lang/fpc/fpc-1.0.10.ebuild +++ b/dev-lang/fpc/fpc-1.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-1.0.10.ebuild,v 1.1 2003/08/26 21:43:29 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-1.0.10.ebuild,v 1.2 2003/08/30 16:49:54 hanno Exp $ DESCRIPTION="The Free Pascal compiler" HOMEPAGE="http://www.freepascal.org/" @@ -9,7 +9,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 -*" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + app-arch/rpm2targz" +RDEPEND="virtual/glibc" S=${WORKDIR} src_unpack() { |