diff options
author | 2007-11-06 10:24:38 +0000 | |
---|---|---|
committer | 2007-11-06 10:24:38 +0000 | |
commit | 9e45eb776b69801665aaf00dcb03c615e56bfea0 (patch) | |
tree | f2763ce4ff80bd5cd25963d9c9718a1c330c3367 /dev-lang/ifc/ifc-9.1.040.ebuild | |
parent | Fix DEPEND (diff) | |
download | gentoo-2-9e45eb776b69801665aaf00dcb03c615e56bfea0.tar.gz gentoo-2-9e45eb776b69801665aaf00dcb03c615e56bfea0.tar.bz2 gentoo-2-9e45eb776b69801665aaf00dcb03c615e56bfea0.zip |
Disabling slots in 9.*
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-lang/ifc/ifc-9.1.040.ebuild')
-rw-r--r-- | dev-lang/ifc/ifc-9.1.040.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/ifc/ifc-9.1.040.ebuild b/dev-lang/ifc/ifc-9.1.040.ebuild index b2476fa3158a..052f27b56564 100644 --- a/dev-lang/ifc/ifc-9.1.040.ebuild +++ b/dev-lang/ifc/ifc-9.1.040.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.1.040.ebuild,v 1.6 2007/07/02 14:44:01 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.1.040.ebuild,v 1.7 2007/11/06 10:24:38 bicatali Exp $ inherit rpm versionator @@ -13,7 +13,8 @@ IUSE="" KEYWORDS="~amd64 ia64 x86" LICENSE="ifc-9.0" RESTRICT="strip fetch" -SLOT="${MAJOR}.${MINOR}" +#SLOT="${MAJOR}.${MINOR}" +SLOT="0" MMV="${MAJOR}.${MINOR}" SRC_URI="l_fc_c_${PV}.tar.gz" |