diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-06-05 18:12:55 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-06-05 18:12:55 +0000 |
commit | 817ca171cc4497776433c260c53840805aec3bb5 (patch) | |
tree | 07a9e9e3df91d280169d02fe40875212236b1419 /dev-lang/swig | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-817ca171cc4497776433c260c53840805aec3bb5.tar.gz gentoo-2-817ca171cc4497776433c260c53840805aec3bb5.tar.bz2 gentoo-2-817ca171cc4497776433c260c53840805aec3bb5.zip |
Stable for HPPA (bug #365315).
(Portage version: 2.2.0_alpha37/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 8ea191203f90..ac01bc4de387 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.154 2011/06/02 12:16:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.155 2011/06/05 18:12:55 jer Exp $ + + 05 Jun 2011; Jeroen Roovers <jer@gentoo.org> swig-2.0.2.ebuild: + Stable for HPPA (bug #365315). 02 Jun 2011; Markus Meier <maekke@gentoo.org> swig-2.0.2.ebuild: arm stable, bug #365315 diff --git a/dev-lang/swig/swig-2.0.2.ebuild b/dev-lang/swig/swig-2.0.2.ebuild index 7188e73e1812..bfa8f9a3ff89 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.4 2011/06/02 12:16:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.2.ebuild,v 1.5 2011/06/05 18:12:55 jer 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" |