From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 416D41384C3 for ; Sun, 6 Sep 2015 15:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74840141C1; Sun, 6 Sep 2015 15:49:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E0D0141D5 for ; Sun, 6 Sep 2015 15:49:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18BC6340A98 for ; Sun, 6 Sep 2015 15:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07AA7155 for ; Sun, 6 Sep 2015 15:49:26 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1441554825.58f3d19a35639011e67ec7131032bc0c07f3f7fe.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcgroup/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcgroup/libcgroup-0.41-r1.ebuild X-VCS-Directories: dev-libs/libcgroup/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 58f3d19a35639011e67ec7131032bc0c07f3f7fe X-VCS-Branch: master Date: Sun, 6 Sep 2015 15:49:26 +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: 49a2cc15-fc7b-4ea7-be2f-98daa467539c X-Archives-Hash: e658b26f5fb1d5a70cb2d20bb426a69d commit: 58f3d19a35639011e67ec7131032bc0c07f3f7fe Author: Anthony G. Basile gentoo org> AuthorDate: Sun Sep 6 15:52:18 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Sep 6 15:53:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f3d19a dev-libs/libcgroup: don't skip make install, bug #559772 Package-Manager: portage-2.2.20.1 dev-libs/libcgroup/libcgroup-0.41-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild index 439a642..ab19abc 100644 --- a/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild +++ b/dev-libs/libcgroup/libcgroup-0.41-r1.ebuild @@ -58,6 +58,7 @@ src_configure() { use elibc_musl && append-ldflags "-lfts" econf \ + $(use_enable static-libs static) \ $(use_enable daemon) \ $(use_enable pam) \ $(use_enable tools) \ @@ -72,6 +73,7 @@ src_test() { } src_install() { + default prune_libtool_files --all insinto /etc/cgroup