diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:43:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:43:39 +0000 |
commit | cf01a7914bb175b11a12581759ebe617f9074749 (patch) | |
tree | a0ca4efc5e4615de9b00441226c65ca3e71bdb51 /dev-python/gnome-python-base | |
parent | Stable for amd64, wrt bug #512912 (diff) | |
download | gentoo-2-cf01a7914bb175b11a12581759ebe617f9074749.tar.gz gentoo-2-cf01a7914bb175b11a12581759ebe617f9074749.tar.bz2 gentoo-2-cf01a7914bb175b11a12581759ebe617f9074749.zip |
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/gnome-python-base')
-rw-r--r-- | dev-python/gnome-python-base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnome-python-base/ChangeLog b/dev-python/gnome-python-base/ChangeLog index 88aec2d172c2..df49b0e45bc1 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.44 2014/05/26 16:41:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/ChangeLog,v 1.45 2014/07/22 10:43:39 ago Exp $ + + 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> + gnome-python-base-2.28.1-r1.ebuild: + Stable for amd64, wrt bug #512912 26 May 2014; Michał Górny <mgorny@gentoo.org> gnome-python-base-2.28.1-r1.ebuild: diff --git a/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild b/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild index 165a75825525..372e80b49733 100644 --- a/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild +++ b/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.2 2014/05/26 16:41:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-base/gnome-python-base-2.28.1-r1.ebuild,v 1.3 2014/07/22 10:43:39 ago Exp $ EAPI="5" GCONF_DEBUG="no" @@ -32,7 +32,7 @@ RDEPEND=">=x11-libs/gtk+-2.6:2 DEPEND="${RDEPEND} virtual/pkgconfig" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~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}" |