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 8F97D138010 for ; Sun, 28 Oct 2012 18:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A0EB21C071; Sun, 28 Oct 2012 18:17:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B7F2321C071 for ; Sun, 28 Oct 2012 18:17:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FCC133D884 for ; Sun, 28 Oct 2012 18:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A1777E5436 for ; Sun, 28 Oct 2012 18:17:26 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1351448059.91d3ce9347cff62dac489de93fe2f3eab32c120f.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-libs/libselinux/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-libs/libselinux/ChangeLog sys-libs/libselinux/libselinux-2.1.12-r1.ebuild X-VCS-Directories: sys-libs/libselinux/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 91d3ce9347cff62dac489de93fe2f3eab32c120f X-VCS-Branch: master Date: Sun, 28 Oct 2012 18:17: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: 93e5e9f7-4554-42d9-991f-b0469266058f X-Archives-Hash: 29441b04455d47ec889df10a4c0f1b67 commit: 91d3ce9347cff62dac489de93fe2f3eab32c120f Author: Sven Vermeulen siphos be> AuthorDate: Sun Oct 28 18:14:19 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Sun Oct 28 18:14:19 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=91d3ce93 Adding IUSE=static-libs and pass it on to libpcre --- sys-libs/libselinux/ChangeLog | 3 +++ sys-libs/libselinux/libselinux-2.1.12-r1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog index be7557e..5b8e5dd 100644 --- a/sys-libs/libselinux/ChangeLog +++ b/sys-libs/libselinux/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.88 2012/10/13 16:42:25 swift Exp $ + 28 Oct 2012; libselinux-2.1.12-r1.ebuild: + Adding static-libs IUSE and pass it to libpcre (bug #436752) + *libselinux-2.1.12-r1 (19 Oct 2012) 19 Oct 2012; +libselinux-2.1.12-r1.ebuild, +metadata.xml: diff --git a/sys-libs/libselinux/libselinux-2.1.12-r1.ebuild b/sys-libs/libselinux/libselinux-2.1.12-r1.ebuild index 799c258..5dce5f3 100644 --- a/sys-libs/libselinux/libselinux-2.1.12-r1.ebuild +++ b/sys-libs/libselinux/libselinux-2.1.12-r1.ebuild @@ -19,10 +19,10 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="python ruby" +IUSE="python ruby static-libs" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} - >=dev-libs/libpcre-8.30-r2 + >=dev-libs/libpcre-8.30-r2[static-libs?] ruby? ( dev-lang/ruby )" DEPEND="${RDEPEND} virtual/pkgconfig