summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-07 16:40:56 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-06-07 21:18:34 +0000
commit0bcc7bdb7c639eb0b31d37e7306dfa5f019ebd7a (patch)
treec13553c52362556474ed86a84b5c7f740307149a /x11-apps
parente16c20f579725ccbf5b0998718b8a1f0c8a4f8cc (diff)
downloadgentoo-0bcc7bdb7c639eb0b31d37e7306dfa5f019ebd7a.tar.gz
gentoo-0bcc7bdb7c639eb0b31d37e7306dfa5f019ebd7a.tar.xz
x11-apps/xwarppointer: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xwarppointer/xwarppointer-1-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
index ff2d2cd4f6b..d298a29ec6a 100644
--- a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
+++ b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild
@@ -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
}