diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-03 11:38:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-03 11:38:53 +0000 |
commit | 6183668f66cd4643094f1744be063e082e49e1e8 (patch) | |
tree | 5c7ecc387b6dcb0614299a9eafbfa352cbe8414b /dev-lang/swig | |
parent | Move to git-2 and use eapi4 features more nicely. (diff) | |
download | gentoo-2-6183668f66cd4643094f1744be063e082e49e1e8.tar.gz gentoo-2-6183668f66cd4643094f1744be063e082e49e1e8.tar.bz2 gentoo-2-6183668f66cd4643094f1744be063e082e49e1e8.zip |
Stable on amd64 wrt bug #365315
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/swig/swig-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index b00bd30d6892..1356aab9265b 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.150 2011/04/29 09:24:55 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.151 2011/05/03 11:38:53 hwoarang Exp $ + + 03 May 2011; Markos Chandras <hwoarang@gentoo.org> swig-2.0.2.ebuild: + Stable on amd64 wrt bug #365315 29 Apr 2011; Panagiotis Christopoulos <pchrist@gentoo.org> swig-2.0.4_pre12643.ebuild: diff --git a/dev-lang/swig/swig-2.0.2.ebuild b/dev-lang/swig/swig-2.0.2.ebuild index 4872dea74bd2..620afc724dc3 100644 --- a/dev-lang/swig/swig-2.0.2.ebuild +++ b/dev-lang/swig/swig-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.2.ebuild,v 1.1 2011/02/26 14:16:59 pchrist Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.2.ebuild,v 1.2 2011/05/03 11:38:53 hwoarang Exp $ EAPI="3" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3 as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~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 ~mips ~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 pcre" RESTRICT="test" |