diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-15 11:10:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-15 11:10:24 +0000 |
commit | e7c7f2c39738f8fc7d3861af9054490f7faeaf59 (patch) | |
tree | 79e9d7a655575dab3ea795e189dd854edea69072 /dev-libs/libgee | |
parent | ppc stable, bug 534012 (diff) | |
download | gentoo-2-e7c7f2c39738f8fc7d3861af9054490f7faeaf59.tar.gz gentoo-2-e7c7f2c39738f8fc7d3861af9054490f7faeaf59.tar.bz2 gentoo-2-e7c7f2c39738f8fc7d3861af9054490f7faeaf59.zip |
ppc stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs/libgee')
-rw-r--r-- | dev-libs/libgee/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libgee/libgee-0.16.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libgee/ChangeLog b/dev-libs/libgee/ChangeLog index 8951b657e45a..ac94e24fa12c 100644 --- a/dev-libs/libgee/ChangeLog +++ b/dev-libs/libgee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libgee # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.104 2015/03/14 18:28:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.105 2015/03/15 11:10:24 pacho Exp $ + + 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> libgee-0.16.1.ebuild: + ppc stable, bug 534012 14 Mar 2015; Pacho Ramos <pacho@gentoo.org> libgee-0.16.1.ebuild: amd64 stable, bug 534012 diff --git a/dev-libs/libgee/libgee-0.16.1.ebuild b/dev-libs/libgee/libgee-0.16.1.ebuild index ae29d1ee8489..57f60dd611c4 100644 --- a/dev-libs/libgee/libgee-0.16.1.ebuild +++ b/dev-libs/libgee/libgee-0.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.16.1.ebuild,v 1.2 2015/03/14 18:28:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.16.1.ebuild,v 1.3 2015/03/15 11:10:24 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libgee" LICENSE="LGPL-2.1+" SLOT="0.8/2" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux" IUSE="+introspection" # FIXME: add doc support, requires valadoc |