summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-03-05 21:08:58 +0000
committerMike Frysinger <vapier@gentoo.org>2012-03-05 21:08:58 +0000
commita2a00feec619f6ae709275f4e610d433dfe85b70 (patch)
treef1db7d8d856ab5d5598dc001de2344db6ed8100a /virtual/acl
parentarm stable, bug #404793 (diff)
downloadgentoo-2-a2a00feec619f6ae709275f4e610d433dfe85b70.tar.gz
gentoo-2-a2a00feec619f6ae709275f4e610d433dfe85b70.tar.bz2
gentoo-2-a2a00feec619f6ae709275f4e610d433dfe85b70.zip
Pass through IUSE=static-libs #406109 by Jeff Horelick.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/acl')
-rw-r--r--virtual/acl/ChangeLog9
-rw-r--r--virtual/acl/acl-0-r1.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/virtual/acl/ChangeLog b/virtual/acl/ChangeLog
index 87d2653a73ab..005369a1ad50 100644
--- a/virtual/acl/ChangeLog
+++ b/virtual/acl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/acl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.3 2011/11/11 00:06:15 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.4 2012/03/05 21:08:58 vapier Exp $
+
+*acl-0-r1 (05 Mar 2012)
+
+ 05 Mar 2012; Mike Frysinger <vapier@gentoo.org> +acl-0-r1.ebuild:
+ Pass through IUSE=static-libs #406109 by Jeff Horelick.
11 Nov 2011; Jeroen Roovers <jer@gentoo.org> acl-0.ebuild:
Drop HPPA keywording (bug #212517).
diff --git a/virtual/acl/acl-0-r1.ebuild b/virtual/acl/acl-0-r1.ebuild
new file mode 100644
index 000000000000..c85b46cbc42d
--- /dev/null
+++ b/virtual/acl/acl-0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/acl/acl-0-r1.ebuild,v 1.1 2012/03/05 21:08:58 vapier Exp $
+
+EAPI="3"
+
+DESCRIPTION="Virtual for acl support (sys/acl.h)"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?] )
+ kernel_FreeBSD? ( sys-freebsd/freebsd-lib )"