summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-12-16 23:31:03 +0100
committerPatrice Clement <monsieurp@gentoo.org>2016-12-16 23:31:03 +0100
commitfabd9088adc13ec9e8ca625934209144a2be1604 (patch)
tree2ef740b9c46a5332cc471b22e8505feaf0da0e95 /sys-process
parentdev-python/paramiko: install examples in the right place. (diff)
downloadgentoo-fabd9088adc13ec9e8ca625934209144a2be1604.tar.gz
gentoo-fabd9088adc13ec9e8ca625934209144a2be1604.tar.bz2
gentoo-fabd9088adc13ec9e8ca625934209144a2be1604.zip
sys-process/watchpid: stable for amd64+x86+ppc.
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/watchpid/watchpid-0.1-r2.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-process/watchpid/watchpid-0.1-r2.ebuild b/sys-process/watchpid/watchpid-0.1-r2.ebuild
index 3cbda3f2f76c..e7174d960f4e 100644
--- a/sys-process/watchpid/watchpid-0.1-r2.ebuild
+++ b/sys-process/watchpid/watchpid-0.1-r2.ebuild
@@ -9,14 +9,12 @@ inherit multilib-minimal
DESCRIPTION="Watches a process for termination"
SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
HOMEPAGE="http://www.codepark.org/"
-KEYWORDS="~amd64 -ppc ~x86"
+KEYWORDS="amd64 ppc x86"
-IUSE=""
SLOT="0"
LICENSE="GPL-2"
-RDEPEND=""
-DEPEND="${RDEPEND}"
+DOCS=( README AUTHORS )
multilib_src_configure() {
ECONF_SOURCE="${S}" econf
@@ -28,5 +26,4 @@ src_compile() {
src_install() {
multilib-minimal_src_install
- dodoc README AUTHORS
}