diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:33:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 14:33:15 +0000 |
commit | 01e51f56915cdf8fafd4cb0f40786738c016c411 (patch) | |
tree | 2982e47b31c4c984f4103c5114ec86b8c8ec07aa /dev-lang | |
parent | Stable for alpha, wrt bug #443532 (diff) | |
download | gentoo-2-01e51f56915cdf8fafd4cb0f40786738c016c411.tar.gz gentoo-2-01e51f56915cdf8fafd4cb0f40786738c016c411.tar.bz2 gentoo-2-01e51f56915cdf8fafd4cb0f40786738c016c411.zip |
Stable for alpha, wrt bug #442510
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/swig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/swig/swig-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index 3d810b0a3487..7291e0f94b24 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.183 2012/12/29 14:22:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.184 2012/12/30 14:33:15 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> swig-2.0.8.ebuild: + Stable for alpha, wrt bug #442510 29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> swig-2.0.8.ebuild: Stable for sparc, wrt bug #442510 diff --git a/dev-lang/swig/swig-2.0.8.ebuild b/dev-lang/swig/swig-2.0.8.ebuild index be4a2a5722a4..dfc15640dca7 100644 --- a/dev-lang/swig/swig-2.0.8.ebuild +++ b/dev-lang/swig/swig-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.8.ebuild,v 1.9 2012/12/29 14:22:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.8.ebuild,v 1.10 2012/12/30 14:33:15 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" |