diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-09 21:34:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-09 21:34:27 +0000 |
commit | bf8daf03559df889c8a3a793b0b672891eb957c9 (patch) | |
tree | 093de5bd484ceaf5be28697e2ac455a55365796b /x11-libs/c++-gtk-utils | |
parent | Use libdir instead of libexecdir. (diff) | |
download | gentoo-2-bf8daf03559df889c8a3a793b0b672891eb957c9.tar.gz gentoo-2-bf8daf03559df889c8a3a793b0b672891eb957c9.tar.bz2 gentoo-2-bf8daf03559df889c8a3a793b0b672891eb957c9.zip |
Keyword ~ppc/~ppc64 wrt #398859
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/c++-gtk-utils')
-rw-r--r-- | x11-libs/c++-gtk-utils/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/c++-gtk-utils/ChangeLog b/x11-libs/c++-gtk-utils/ChangeLog index 33730e86b509..ecc89f24dc6d 100644 --- a/x11-libs/c++-gtk-utils/ChangeLog +++ b/x11-libs/c++-gtk-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/c++-gtk-utils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.4 2012/04/09 12:14:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.5 2012/04/09 21:34:27 ssuominen Exp $ + + 09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + c++-gtk-utils-2.0.6.ebuild: + Keyword ~ppc/~ppc64 wrt #398859 09 Apr 2012; Markus Meier <maekke@gentoo.org> c++-gtk-utils-2.0.4.ebuild: x86 stable, bug #405007 diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild index 2930729f2e5b..047e56ab5d32 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild,v 1.1 2012/02/20 10:49:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.6.ebuild,v 1.2 2012/04/09 21:34:27 ssuominen Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cxx-gtk-utils/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="nls static-libs" RDEPEND=">=dev-libs/glib-2.26 |