diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-07 12:25:59 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-07 12:25:59 +0000 |
commit | d307927d2041219f7a4fcbd27c6e6f202d7a873a (patch) | |
tree | e111d96c93049795a47aa10d15761d818c9e3b00 /dev-lang/swig | |
parent | x86 stable wrt bug #299395 (diff) | |
download | gentoo-2-d307927d2041219f7a4fcbd27c6e6f202d7a873a.tar.gz gentoo-2-d307927d2041219f7a4fcbd27c6e6f202d7a873a.tar.bz2 gentoo-2-d307927d2041219f7a4fcbd27c6e6f202d7a873a.zip |
stable x86, bug 307613
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/swig/swig-1.3.40-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index 635e396f90ce..b3b9a71933e4 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.138 2010/07/01 16:35:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.139 2010/07/07 12:25:59 fauli Exp $ + + 07 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + swig-1.3.40-r1.ebuild: + stable x86, bug 307613 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> swig-1.3.40-r1.ebuild: Stable for HPPA (bug #307613). diff --git a/dev-lang/swig/swig-1.3.40-r1.ebuild b/dev-lang/swig/swig-1.3.40-r1.ebuild index 8c98490fd92a..fc7d31e3578f 100644 --- a/dev-lang/swig/swig-1.3.40-r1.ebuild +++ b/dev-lang/swig/swig-1.3.40-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.40-r1.ebuild,v 1.10 2010/07/01 16:35:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.40-r1.ebuild,v 1.11 2010/07/07 12:25:59 fauli Exp $ EAPI="3" DESCRIPTION="Simplified Wrapper and Interface Generator" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 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 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" RESTRICT="test" DEPEND="" |