diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-20 09:36:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-20 09:36:45 +0000 |
commit | 6abe76a04f524303cab8a5eb3b82e0ff88a109e1 (patch) | |
tree | 928c2108859aed8a6a255353c54e25190256b60c /dev-lang | |
parent | Stable for s390, wrt bug #443532 (diff) | |
download | gentoo-2-6abe76a04f524303cab8a5eb3b82e0ff88a109e1.tar.gz gentoo-2-6abe76a04f524303cab8a5eb3b82e0ff88a109e1.tar.bz2 gentoo-2-6abe76a04f524303cab8a5eb3b82e0ff88a109e1.zip |
Stable for s390, wrt bug #456834
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/swig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/swig/swig-2.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index f25a0a41895f..f14a5fb98db2 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.194 2013/02/14 05:48:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.195 2013/02/20 09:36:45 ago Exp $ + + 20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> swig-2.0.9.ebuild: + Stable for s390, wrt bug #456834 14 Feb 2013; Jeroen Roovers <jer@gentoo.org> swig-2.0.9.ebuild: Stable for HPPA (bug #456834). diff --git a/dev-lang/swig/swig-2.0.9.ebuild b/dev-lang/swig/swig-2.0.9.ebuild index 7197a0009498..23cf7ada99ca 100644 --- a/dev-lang/swig/swig-2.0.9.ebuild +++ b/dev-lang/swig/swig-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.9.ebuild,v 1.10 2013/02/14 05:48:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.9.ebuild,v 1.11 2013/02/20 09:36:45 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+ BSD BSD-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~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 ~amd64-fbsd ~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" |