diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-11-13 02:15:59 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-11-13 02:15:59 +0000 |
commit | f6ab7a4330bf94a0b341fba153165bb20eb3f39c (patch) | |
tree | b581ff7c970ea533a9789b20308eff4de1504483 /x11-plugins | |
parent | stable amd64, bug 245877 (diff) | |
download | gentoo-2-f6ab7a4330bf94a0b341fba153165bb20eb3f39c.tar.gz gentoo-2-f6ab7a4330bf94a0b341fba153165bb20eb3f39c.tar.bz2 gentoo-2-f6ab7a4330bf94a0b341fba153165bb20eb3f39c.zip |
stable amd64, bug 246037
(Portage version: 2.2_rc12/cvs/Linux 2.6.25.9 x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmcliphist/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/wmcliphist/ChangeLog b/x11-plugins/wmcliphist/ChangeLog index 46272748d2fb..022925fa136c 100644 --- a/x11-plugins/wmcliphist/ChangeLog +++ b/x11-plugins/wmcliphist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmcliphist # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.12 2008/11/12 13:57:22 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.13 2008/11/13 02:15:59 gentoofan23 Exp $ + + 13 Nov 2008; Thomas Anderson <gentoofan23@gentoo.org> + wmcliphist-0.6-r1.ebuild: + stable amd64, bug 246037 12 Nov 2008; Michele Noberasco <s4t4n@gentoo.org> wmcliphist-0.6-r1.ebuild: x86 stable, bug #246037 diff --git a/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild b/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild index f0383f275c55..4b79977fd5f9 100644 --- a/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild +++ b/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.2 2008/11/12 13:57:22 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-0.6-r1.ebuild,v 1.3 2008/11/13 02:15:59 gentoofan23 Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://linux.nawebu.cz/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2" |