diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 22:45:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 22:45:06 +0000 |
commit | ab198a080db7d520e8c0770b651ad93b43d16ca2 (patch) | |
tree | aad4d4c7f9d18f8d8fa8c174fad9c29a9e4b5a16 /x11-libs/gtk+extra | |
parent | 3.4.82 kernel version bump (diff) | |
download | gentoo-2-ab198a080db7d520e8c0770b651ad93b43d16ca2.tar.gz gentoo-2-ab198a080db7d520e8c0770b651ad93b43d16ca2.tar.bz2 gentoo-2-ab198a080db7d520e8c0770b651ad93b43d16ca2.zip |
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/gtk+extra')
-rw-r--r-- | x11-libs/gtk+extra/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+extra/ChangeLog b/x11-libs/gtk+extra/ChangeLog index ae179000acc4..4c28f2bd4ad1 100644 --- a/x11-libs/gtk+extra/ChangeLog +++ b/x11-libs/gtk+extra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+extra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.47 2014/02/22 15:57:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.48 2014/02/22 22:45:06 pacho Exp $ + + 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gtk+extra-3.0.5.ebuild: + Fix wrong commit, bug 502160 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gtk+extra-3.0.5.ebuild: arch stable, bug 888 diff --git a/x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild b/x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild index 9b4f2d2eb76c..f2fb0965622c 100644 --- a/x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild +++ b/x11-libs/gtk+extra/gtk+extra-3.0.5.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/x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild,v 1.4 2014/02/22 15:57:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild,v 1.5 2014/02/22 22:45:06 pacho Exp $ EAPI=5 GCONF_DEBUG="no" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz" LICENSE="FDL-1.1 LGPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="+introspection static-libs test" RDEPEND=" |