diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-16 15:56:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-16 15:56:36 +0000 |
commit | bd42102fef16d63d4c9115bf21f7a71e723c861a (patch) | |
tree | 70b2fb37ed1e5087bae5706467b5db809cc250f4 /dev-python | |
parent | Linux patch 3.12.8 (diff) | |
download | gentoo-2-bd42102fef16d63d4c9115bf21f7a71e723c861a.tar.gz gentoo-2-bd42102fef16d63d4c9115bf21f7a71e723c861a.tar.bz2 gentoo-2-bd42102fef16d63d4c9115bf21f7a71e723c861a.zip |
Keyword ~mips
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gnome-python-base/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/gnome-python-base/ChangeLog b/dev-python/gnome-python-base/ChangeLog index f12918afab00..16ce7d41b16b 100644 --- a/dev-python/gnome-python-base/ChangeLog +++ b/dev-python/gnome-python-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-base -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.41 2012/05/04 15:12:13 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.42 2014/01/16 15:56:36 blueness Exp $ + + 16 Jan 2014; Anthony G. Basile <blueness@gentoo.org> + gnome-python-base-2.28.1.ebuild: + Keyword ~mips 04 May 2012; Patrick Lauer <patrick@gentoo.org> gnome-python-base-2.28.1.ebuild: @@ -173,4 +177,3 @@ +gnome-python-base-2.22.1.ebuild: Initial import of gnome-python split ebuilds. This package installs a common pkgconfig file. - diff --git a/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild b/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild index 6b5a94e4baf6..73e265e857be 100644 --- a/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild +++ b/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild,v 1.11 2012/05/04 15:12:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1.ebuild,v 1.12 2014/01/16 15:56:36 blueness Exp $ EAPI="3" GCONF_DEBUG="no" @@ -30,7 +30,7 @@ RDEPEND=">=x11-libs/gtk+-2.6:2 DEPEND="${RDEPEND} virtual/pkgconfig" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" S="${WORKDIR}/${MY_PN}-${PV}" |