summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-05-02 10:24:50 +0000
committerMichał Górny <mgorny@gentoo.org>2014-05-02 10:24:50 +0000
commite262bc497aaa7cbbe89b8d6016b4d6376eef2814 (patch)
treeb4649e41bffb35ec9e11a08c1417a317f9b5ca2d /virtual/acl
parentMask multilib virtual/acl and sys-devel/libtool. (diff)
downloadgentoo-2-e262bc497aaa7cbbe89b8d6016b4d6376eef2814.tar.gz
gentoo-2-e262bc497aaa7cbbe89b8d6016b4d6376eef2814.tar.bz2
gentoo-2-e262bc497aaa7cbbe89b8d6016b4d6376eef2814.zip
Update for multilib sys-apps/acl.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/acl')
-rw-r--r--virtual/acl/ChangeLog7
-rw-r--r--virtual/acl/acl-0-r2.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/virtual/acl/ChangeLog b/virtual/acl/ChangeLog
index 416c69e5f511..7486dcd415a7 100644
--- a/virtual/acl/ChangeLog
+++ b/virtual/acl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/acl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.7 2014/01/18 01:42:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/acl/ChangeLog,v 1.8 2014/05/02 10:24:50 mgorny Exp $
+
+*acl-0-r2 (02 May 2014)
+
+ 02 May 2014; Michał Górny <mgorny@gentoo.org> +acl-0-r2.ebuild:
+ Update for multilib sys-apps/acl.
18 Jan 2014; Mike Frysinger <vapier@gentoo.org> acl-0-r1.ebuild:
Add arm64 love.
diff --git a/virtual/acl/acl-0-r2.ebuild b/virtual/acl/acl-0-r2.ebuild
new file mode 100644
index 000000000000..dd4fe2a30879
--- /dev/null
+++ b/virtual/acl/acl-0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/acl/acl-0-r2.ebuild,v 1.1 2014/05/02 10:24:50 mgorny Exp $
+
+EAPI="4"
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for acl support (sys/acl.h)"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="static-libs"
+
+DEPEND=""
+RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?,${MULTILIB_USEDEP}] )
+ kernel_FreeBSD? ( sys-freebsd/freebsd-lib[${MULTILIB_USEDEP}] )"