commit: fabd9088adc13ec9e8ca625934209144a2be1604
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 16 22:31:03 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 16 22:31:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabd9088
sys-process/watchpid: stable for amd64+x86+ppc.
Package-Manager: portage-2.3.0
sys-process/watchpid/watchpid-0.1-r2.ebuild | 7 ++-----
1 file 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 3cbda3f..e7174d9 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
}