diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-19 20:12:59 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-19 20:12:59 +0000 |
commit | c185c4e0431beecc8c3a0880500b565ff25ddc26 (patch) | |
tree | 8dc15e4ceb7fe98edcb3b1a478586f8a349cf983 /dev-lang/swig | |
parent | marked stable and removed old. (diff) | |
download | gentoo-2-c185c4e0431beecc8c3a0880500b565ff25ddc26.tar.gz gentoo-2-c185c4e0431beecc8c3a0880500b565ff25ddc26.tar.bz2 gentoo-2-c185c4e0431beecc8c3a0880500b565ff25ddc26.zip |
fix USE
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3.21.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3.22.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index 14518baaa82c..d0d4edd10d7d 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/swig -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.46 2004/10/23 22:06:18 lanius Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.47 2005/02/19 20:12:59 lanius Exp $ + + 19 Feb 2005; Heinrich Wendel <lanius@gentoo.org> swig-1.3.21.ebuild, + swig-1.3.22.ebuild: + fix USE 24 Oct 2004; Heinrich Wendel <lanius@gentoo.org> swig-1.3.21.ebuild, swig-1.3.22.ebuild: diff --git a/dev-lang/swig/swig-1.3.21.ebuild b/dev-lang/swig/swig-1.3.21.ebuild index df38bbc810e2..e81f7959f6a5 100644 --- a/dev-lang/swig/swig-1.3.21.ebuild +++ b/dev-lang/swig/swig-1.3.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.21.ebuild,v 1.26 2004/10/23 22:06:18 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.21.ebuild,v 1.27 2005/02/19 20:12:59 lanius Exp $ inherit flag-o-matic mono #48511 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64" -IUSE="java guile python tcltk ruby perl php" +IUSE="java guile python tcltk ruby perl php X" DEPEND="virtual/libc python? ( >=dev-lang/python-2.0 ) diff --git a/dev-lang/swig/swig-1.3.22.ebuild b/dev-lang/swig/swig-1.3.22.ebuild index 85256ae0efe4..3d8e204de0de 100644 --- a/dev-lang/swig/swig-1.3.22.ebuild +++ b/dev-lang/swig/swig-1.3.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.22.ebuild,v 1.4 2004/10/23 22:06:18 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.22.ebuild,v 1.5 2005/02/19 20:12:59 lanius Exp $ inherit flag-o-matic mono #48511 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64" -IUSE="java guile python tcltk ruby perl php" +IUSE="java guile python tcltk ruby perl php X" DEPEND="virtual/libc python? ( >=dev-lang/python-2.0 ) |