diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-12-10 19:57:24 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-12-10 19:57:24 +0000 |
commit | e211c35f4b0c70504804b5fb6f1c75e38d292eba (patch) | |
tree | d20fd1f255616b6964b57d2c4ee5b23bf24bd6a8 /dev-lang/swig | |
parent | Minor fixups to systemd unit (bug #480042). Don't try to remove nonexistant d... (diff) | |
download | gentoo-2-e211c35f4b0c70504804b5fb6f1c75e38d292eba.tar.gz gentoo-2-e211c35f4b0c70504804b5fb6f1c75e38d292eba.tar.bz2 gentoo-2-e211c35f4b0c70504804b5fb6f1c75e38d292eba.zip |
Marked ~m68k-mint, bug #493796
(Portage version: 2.2.7-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-lang/swig')
-rw-r--r-- | dev-lang/swig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/swig/swig-2.0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index bf47ba55e1ab..c71c197256f9 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.211 2013/09/27 19:36:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.212 2013/12/10 19:57:24 grobian Exp $ + + 10 Dec 2013; Fabian Groffen <grobian@gentoo.org> swig-2.0.11.ebuild: + Marked ~m68k-mint, bug #493796 *swig-2.0.11 (27 Sep 2013) diff --git a/dev-lang/swig/swig-2.0.11.ebuild b/dev-lang/swig/swig-2.0.11.ebuild index f400ecd38a4f..224141ba50af 100644 --- a/dev-lang/swig/swig-2.0.11.ebuild +++ b/dev-lang/swig/swig-2.0.11.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.11.ebuild,v 1.1 2013/09/27 19:36:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.11.ebuild,v 1.2 2013/12/10 19:57:24 grobian 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 ~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 ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ccache doc pcre" RESTRICT="test" |