x11-apps/xwarppointer: Stable for amd64. Retroactively mark stable for the remaining...
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 7 Jun 2016 16:40:56 +0000 (16:40 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 7 Jun 2016 21:18:34 +0000 (21:18 +0000)
Package-Manager: portage-2.2.28

x11-apps/xwarppointer/xwarppointer-1-r2.ebuild

index ff2d2cd4f6bab2293687a9e64d908f574f5f17c8..d298a29ec6a36c18fd6ce4fa33abc00c1694f89c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="x11-libs/libX11"
 RDEPEND="${DEPEND}"
@@ -32,6 +32,6 @@ src_compile() {
 }
 
 src_install() {
-       dobin xwarppointer
+       dobin "${PN}"
        dodoc README
 }