diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-24 11:16:19 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-24 11:16:19 +0000 |
commit | 893a331dedaedd154e76bb32042e8237998e400d (patch) | |
tree | 05548ace0e26beacba001e98be952ca7671116a8 /dev-lang | |
parent | x86 stable wrt bug #323275 (diff) | |
download | gentoo-2-893a331dedaedd154e76bb32042e8237998e400d.tar.gz gentoo-2-893a331dedaedd154e76bb32042e8237998e400d.tar.bz2 gentoo-2-893a331dedaedd154e76bb32042e8237998e400d.zip |
Stable on amd64 wrt bug #307613
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/swig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3.40-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index f1242fcc9738..3f894b26f13d 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.135 2010/06/20 17:14:41 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.136 2010/06/24 11:16:19 angelos Exp $ + + 24 Jun 2010; Christoph Mende <angelos@gentoo.org> swig-1.3.40-r1.ebuild: + Stable on amd64 wrt bug #307613 *swig-2.0.0 (20 Jun 2010) diff --git a/dev-lang/swig/swig-1.3.40-r1.ebuild b/dev-lang/swig/swig-1.3.40-r1.ebuild index 16d0c1b50842..ae582599072c 100644 --- a/dev-lang/swig/swig-1.3.40-r1.ebuild +++ b/dev-lang/swig/swig-1.3.40-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.40-r1.ebuild,v 1.7 2010/04/29 11:09:38 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.40-r1.ebuild,v 1.8 2010/06/24 11:16:19 angelos Exp $ EAPI="3" DESCRIPTION="Simplified Wrapper and Interface Generator" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ccache doc" RESTRICT="test" DEPEND="" |