sys-process/watchpid: stable for amd64+x86+ppc.
authorPatrice Clement <monsieurp@gentoo.org>
Fri, 16 Dec 2016 22:31:03 +0000 (23:31 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 16 Dec 2016 22:31:03 +0000 (23:31 +0100)
Package-Manager: portage-2.3.0

sys-process/watchpid/watchpid-0.1-r2.ebuild

index 3cbda3f2f76c85357d3e355765865bfb9c1c5b82..e7174d960f4e2d62c38ca77b8b1ff23e7a62a4a4 100644 (file)
@@ -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
 }