diff options
-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 3cfff650f4bc..d21d3fb71ddd 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.22 2015/07/23 20:41:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.23 2015/08/02 09:40:22 pacho Exp $ + + 02 Aug 2015; Pacho Ramos <pacho@gentoo.org> wmcliphist-2.1.ebuild: + sparc stable wrt bug #370123 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> wmcliphist-2.1.ebuild: ppc stable wrt bug #370123 diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild index 76a408308f3e..237c428bc12c 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.3 2015/07/23 20:41:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild,v 1.4 2015/08/02 09:40:22 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" |