diff options
author | Chris White <chriswhite@gentoo.org> | 2004-08-21 18:18:46 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-08-21 18:18:46 +0000 |
commit | d1eccdc9cb306ccfa957eda73e1d75e198347f8f (patch) | |
tree | 7184922f2daa257608d88a31ed93f51537a9aa12 /dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild | |
parent | Version bump, requested by Ka0ttic. (diff) | |
download | historical-d1eccdc9cb306ccfa957eda73e1d75e198347f8f.tar.gz historical-d1eccdc9cb306ccfa957eda73e1d75e198347f8f.tar.bz2 historical-d1eccdc9cb306ccfa957eda73e1d75e198347f8f.zip |
Added fpc blocker.
Diffstat (limited to 'dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild')
-rw-r--r-- | dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild b/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild index 39b5712aa105..c350ed6b7dda 100644 --- a/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild +++ b/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.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/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild,v 1.1 2004/08/21 16:40:44 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc-source/fpc-source-1.9.5_pre20040820.ebuild,v 1.2 2004/08/21 18:18:46 chriswhite Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="doc" -DEPEND="" +DEPEND="!dev-lang/fpc" S=${WORKDIR}/fpc-${FPC_V} src_compile() { |