diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-02-24 20:47:19 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-02-24 20:47:19 +0000 |
commit | 8bbae9f02eb14d6d0342963b851dc6cbae68254f (patch) | |
tree | 9b91a08c45f6a51e5580bcc70afcccd1cd607ff1 /x11-themes/gtk-chtheme | |
parent | Fix compile when the lcms USE flag is disabled (bug #356285). Fix thanks to S... (diff) | |
download | gentoo-2-8bbae9f02eb14d6d0342963b851dc6cbae68254f.tar.gz gentoo-2-8bbae9f02eb14d6d0342963b851dc6cbae68254f.tar.bz2 gentoo-2-8bbae9f02eb14d6d0342963b851dc6cbae68254f.zip |
x86 stable per bug 353436
(Portage version: 2.1.9.40/cvs/Linux i686)
Diffstat (limited to 'x11-themes/gtk-chtheme')
-rw-r--r-- | x11-themes/gtk-chtheme/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/gtk-chtheme/ChangeLog b/x11-themes/gtk-chtheme/ChangeLog index f401a31212d2..d21c28f46611 100644 --- a/x11-themes/gtk-chtheme/ChangeLog +++ b/x11-themes/gtk-chtheme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gtk-chtheme # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.23 2011/02/23 23:15:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.24 2011/02/24 20:47:19 tomka Exp $ + + 24 Feb 2011; Thomas Kahle <tomka@gentoo.org> gtk-chtheme-0.3.1-r2.ebuild: + x86 stable per bug 353436 23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gtk-chtheme-0.3.1-r2.ebuild: diff --git a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild index 71f435c2d7f7..11cd17cd43c7 100644 --- a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild +++ b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild,v 1.4 2011/02/23 23:15:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r2.ebuild,v 1.5 2011/02/24 20:47:19 tomka Exp $ EAPI=3 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://plasmasturm.org/programs/gtk-chtheme/${P}.tar.bz2" IUSE="" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos" LICENSE="GPL-2" RDEPEND="x11-libs/gtk+:2" |