summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}