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 D6660139694 for ; Wed, 31 May 2017 07:07:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 321BB21C091; Wed, 31 May 2017 07:07:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1001421C091 for ; Wed, 31 May 2017 07:07:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EF0F3416FD for ; Wed, 31 May 2017 07:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74DFD746D for ; Wed, 31 May 2017 07:07:19 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1496214433.9b32a2aaf1aa8ba549745a88d8b3de6475c820e5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procps/procps-3.3.12-r1.ebuild X-VCS-Directories: sys-process/procps/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9b32a2aaf1aa8ba549745a88d8b3de6475c820e5 X-VCS-Branch: master Date: Wed, 31 May 2017 07:07:19 +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: 1610651c-abbf-4882-b3d2-ff876bd0d0aa X-Archives-Hash: 6dff51b6ddca22d82468d099d7228f0e commit: 9b32a2aaf1aa8ba549745a88d8b3de6475c820e5 Author: Lars Wendler gentoo org> AuthorDate: Wed May 31 07:07:13 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed May 31 07:07:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b32a2aa sys-process/procps: Revert some accidentally added changes. Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-process/procps/procps-3.3.12-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/procps/procps-3.3.12-r1.ebuild b/sys-process/procps/procps-3.3.12-r1.ebuild index 997abda25df..4fc6035472f 100644 --- a/sys-process/procps/procps-3.3.12-r1.ebuild +++ b/sys-process/procps/procps-3.3.12-r1.ebuild @@ -38,6 +38,7 @@ S="${WORKDIR}/${PN}-ng-${PV}" PATCHES=( "${FILESDIR}"/${PN}-3.3.8-kill-neg-pid.patch # http://crbug.com/255209 + "${FILESDIR}"/${PN}-3.3.11-sysctl-manpage.patch # 565304 "${FILESDIR}"/${PN}-3.3.12-proc-tests.patch # 583036 # Upstream fixes @@ -60,7 +61,6 @@ src_configure() { append-lfs-flags #471102 econf \ --docdir='$(datarootdir)'/doc/${PF} \ - --sbindir="${EPREFIX}/sbin" \ $(use_with elogind) \ $(use_enable kill) \ $(use_enable modern-top) \