diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:41:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 20:41:58 +0000 |
commit | 3b00d5f535e1bd17e70bba2af3f33efadde10497 (patch) | |
tree | dde9eb86f91e18a62d4db2ad37ff60ee62cfddfc /x11-plugins/wmcliphist | |
parent | ppc stable wrt bug #550348 (diff) | |
download | gentoo-2-3b00d5f535e1bd17e70bba2af3f33efadde10497.tar.gz gentoo-2-3b00d5f535e1bd17e70bba2af3f33efadde10497.tar.bz2 gentoo-2-3b00d5f535e1bd17e70bba2af3f33efadde10497.zip |
ppc stable wrt bug #370123
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-plugins/wmcliphist')
-rw-r--r-- | x11-plugins/wmcliphist/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmcliphist/wmcliphist-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmcliphist/ChangeLog b/x11-plugins/wmcliphist/ChangeLog index 072454b5738b..3cfff650f4bc 100644 --- a/x11-plugins/wmcliphist/ChangeLog +++ b/x11-plugins/wmcliphist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcliphist # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.21 2015/01/12 13:39:22 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.22 2015/07/23 20:41:58 pacho Exp $ + + 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> wmcliphist-2.1.ebuild: + ppc stable wrt bug #370123 12 Jan 2015; Bernard Cafarelli <voyageur@gentoo.org> wmcliphist-2.1.ebuild: Fix homepage, remove unused inherit diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild index 113e4b896f77..76a408308f3e 100644 --- a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild +++ b/x11-plugins/wmcliphist/wmcliphist-2.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/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild,v 1.2 2015/01/12 13:39:22 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild,v 1.3 2015/07/23 20:41:58 pacho Exp $ EAPI=5 inherit toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc ~sparc ~x86" IUSE="" RDEPEND="x11-libs/gtk+:3" |