diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2015-06-02 05:19:23 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2015-06-02 05:19:23 +0000 |
commit | df3d5931356631bc90bbd99f4fcffefef29ce600 (patch) | |
tree | 7badd2a0ec9d0ba4ca4795cf8caab9c6066053f1 /dev-lang/swig | |
parent | sparc stable wrt bug #550032 (diff) | |
download | gentoo-2-df3d5931356631bc90bbd99f4fcffefef29ce600.tar.gz gentoo-2-df3d5931356631bc90bbd99f4fcffefef29ce600.tar.bz2 gentoo-2-df3d5931356631bc90bbd99f4fcffefef29ce600.zip |
sparc stable wrt bug #531736
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )
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 6239f4531d41..209c554749b4 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.225 2015/05/30 10:58:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.226 2015/06/02 05:19:23 jmorgan Exp $ + + 02 Jun 2015; Jack Morgan <jmorgan@gentoo.org> swig-3.0.5.ebuild: + sparc stable wrt bug #531736 30 May 2015; Markus Meier <maekke@gentoo.org> swig-3.0.5.ebuild: arm stable, bug #531736 diff --git a/dev-lang/swig/swig-3.0.5.ebuild b/dev-lang/swig/swig-3.0.5.ebuild index 4e209772a30c..8aab639ad06d 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.6 2015/05/30 10:58:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-3.0.5.ebuild,v 1.7 2015/06/02 05:19:23 jmorgan 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" |