From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5018139084 for ; Fri, 16 Dec 2016 22:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D39C21C012; Fri, 16 Dec 2016 22:32:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE21C21C012 for ; Fri, 16 Dec 2016 22:32:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9785341229 for ; Fri, 16 Dec 2016 22:32:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC33C24C5 for ; Fri, 16 Dec 2016 22:32:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1481927463.fabd9088adc13ec9e8ca625934209144a2be1604.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/watchpid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/watchpid/watchpid-0.1-r2.ebuild X-VCS-Directories: sys-process/watchpid/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fabd9088adc13ec9e8ca625934209144a2be1604 X-VCS-Branch: master Date: Fri, 16 Dec 2016 22:32:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 07a0f643-8556-413a-bd62-8bd75872e805 X-Archives-Hash: d8021d3aec6d15b7d7838a892c2e92d0 commit: fabd9088adc13ec9e8ca625934209144a2be1604 Author: Patrice Clement gentoo org> AuthorDate: Fri Dec 16 22:31:03 2016 +0000 Commit: Patrice Clement gentoo 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 }