diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-28 08:10:34 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-28 08:10:34 +0000 |
commit | df197dba74c6dca361dd1a6baac7951dd2e1ef2a (patch) | |
tree | e7c07bb089f51252469131160ac62b322b6c2fc6 /x11-libs/c++-gtk-utils | |
parent | Bump (diff) | |
download | gentoo-2-df197dba74c6dca361dd1a6baac7951dd2e1ef2a.tar.gz gentoo-2-df197dba74c6dca361dd1a6baac7951dd2e1ef2a.tar.bz2 gentoo-2-df197dba74c6dca361dd1a6baac7951dd2e1ef2a.zip |
marked x86 per bug 423895
(Portage version: 2.2.0_alpha114/cvs/Linux i686)
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.9.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/c++-gtk-utils/ChangeLog b/x11-libs/c++-gtk-utils/ChangeLog index 415829f95b26..8f66a1463bbb 100644 --- a/x11-libs/c++-gtk-utils/ChangeLog +++ b/x11-libs/c++-gtk-utils/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2012/06/27 20:37:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.12 2012/06/28 08:10:34 jdhore Exp $ + + 28 Jun 2012; Jeff Horelick <jdhore@gentoo.org> c++-gtk-utils-2.0.9.ebuild: + marked x86 per bug 423895 27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> metadata.xml: Remove myself from metadata.xml and leave the package to the desktop-misc @@ -53,4 +56,3 @@ 13 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> +c++-gtk-utils-2.0.4.ebuild: Initial commit. - diff --git a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.ebuild b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.ebuild index cbc1bf2fd2cf..50fdc4da65ab 100644 --- a/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.ebuild +++ b/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.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.9.ebuild,v 1.1 2012/06/03 08:24:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.9.ebuild,v 1.2 2012/06/28 08:10:34 jdhore Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="nls static-libs" RDEPEND=">=dev-libs/glib-2.26 |