diff options
author | 2007-02-13 00:23:59 +0000 | |
---|---|---|
committer | 2007-02-13 00:23:59 +0000 | |
commit | 04917ed7a6d43243da644522227988ea4ea175bf (patch) | |
tree | 57c469c9132845776d7aa5246de66a121a24936a /dev-lang/swig | |
parent | Oops, I broke it! (diff) | |
download | gentoo-2-04917ed7a6d43243da644522227988ea4ea175bf.tar.gz gentoo-2-04917ed7a6d43243da644522227988ea4ea175bf.tar.bz2 gentoo-2-04917ed7a6d43243da644522227988ea4ea175bf.zip |
Stable on amd64, bug 166246.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index cd328409981a..c3e61b46d9ee 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.86 2007/02/12 16:36:44 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.87 2007/02/13 00:23:59 cryos Exp $ + + 12 Feb 2007; Marcus D. Hanwell <cryos@gentoo.org> swig-1.3.31.ebuild: + Stable on amd64, bug 166246. 12 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> swig-1.3.31.ebuild: Stable on sparc diff --git a/dev-lang/swig/swig-1.3.31.ebuild b/dev-lang/swig/swig-1.3.31.ebuild index 61866510dbe2..3984ac197409 100644 --- a/dev-lang/swig/swig-1.3.31.ebuild +++ b/dev-lang/swig/swig-1.3.31.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/swig/swig-1.3.31.ebuild,v 1.7 2007/02/12 16:36:44 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.31.ebuild,v 1.8 2007/02/13 00:23:59 cryos Exp $ inherit flag-o-matic mono eutils #48511 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="doc guile java lua mono ocaml perl php pike python ruby tcl tk" RESTRICT="test" |