diff options
author | 2015-05-30 10:58:50 +0000 | |
---|---|---|
committer | 2015-05-30 10:58:50 +0000 | |
commit | b3e0130ed2fe21b6e3d83bce415319c13d050999 (patch) | |
tree | 01df4df988428e065404abf7044586939b46fed5 /dev-lang/swig | |
parent | arm stable, bug #530238 (diff) | |
download | gentoo-2-b3e0130ed2fe21b6e3d83bce415319c13d050999.tar.gz gentoo-2-b3e0130ed2fe21b6e3d83bce415319c13d050999.tar.bz2 gentoo-2-b3e0130ed2fe21b6e3d83bce415319c13d050999.zip |
arm stable, bug #531736
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/swig/swig-3.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index 2463782fca7e..6239f4531d41 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.224 2015/05/28 15:19:05 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.225 2015/05/30 10:58:50 maekke Exp $ + + 30 May 2015; Markus Meier <maekke@gentoo.org> swig-3.0.5.ebuild: + arm stable, bug #531736 28 May 2015; Jack Morgan <jmorgan@gentoo.org> swig-3.0.5.ebuild: ppc stable wrt bug #531736 diff --git a/dev-lang/swig/swig-3.0.5.ebuild b/dev-lang/swig/swig-3.0.5.ebuild index bae66fc2de8a..4e209772a30c 100644 --- a/dev-lang/swig/swig-3.0.5.ebuild +++ b/dev-lang/swig/swig-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-3.0.5.ebuild,v 1.5 2015/05/28 15:19:05 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-3.0.5.ebuild,v 1.6 2015/05/30 10:58:50 maekke Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+ BSD BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 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 ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 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 ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ccache doc pcre" RESTRICT="test" |