diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-17 04:23:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-17 04:23:11 +0000 |
commit | b89e89449ca55fe97828c8aae623f1b1e709923d (patch) | |
tree | 9c0180d52a10833e90a957ad503e55c550a08037 /sys-apps/acl | |
parent | Add arm64 keywords. (diff) | |
download | gentoo-2-b89e89449ca55fe97828c8aae623f1b1e709923d.tar.gz gentoo-2-b89e89449ca55fe97828c8aae623f1b1e709923d.tar.bz2 gentoo-2-b89e89449ca55fe97828c8aae623f1b1e709923d.zip |
Add arm64 keywords.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.51.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/acl/acl-2.2.52.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/acl/ChangeLog b/sys-apps/acl/ChangeLog index e2fa2bd29e59..2f0655a9c147 100644 --- a/sys-apps/acl/ChangeLog +++ b/sys-apps/acl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/acl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.122 2013/12/23 07:34:26 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/ChangeLog,v 1.123 2014/01/17 04:23:11 vapier Exp $ + + 17 Jan 2014; Mike Frysinger <vapier@gentoo.org> acl-2.2.51.ebuild, + acl-2.2.52.ebuild: + Add arm64 keywords. 23 Dec 2013; Mike Frysinger <vapier@gentoo.org> acl-2.2.52.ebuild: Punt the USE=nfs flag as upstream has not updated the patch in years and it no diff --git a/sys-apps/acl/acl-2.2.51.ebuild b/sys-apps/acl/acl-2.2.51.ebuild index 67f261407064..20b8ca99b45f 100644 --- a/sys-apps/acl/acl-2.2.51.ebuild +++ b/sys-apps/acl/acl-2.2.51.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.51.ebuild,v 1.10 2013/02/19 05:08:46 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.51.ebuild,v 1.11 2014/01/17 04:23:11 vapier Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.src.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" IUSE="nfs nls static-libs" RDEPEND=">=sys-apps/attr-2.4 diff --git a/sys-apps/acl/acl-2.2.52.ebuild b/sys-apps/acl/acl-2.2.52.ebuild index 1aebcbc0bca0..0f495ff95e6c 100644 --- a/sys-apps/acl/acl-2.2.52.ebuild +++ b/sys-apps/acl/acl-2.2.52.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52.ebuild,v 1.2 2013/12/23 07:34:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.52.ebuild,v 1.3 2014/01/17 04:23:11 vapier Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" IUSE="nls static-libs" RDEPEND=">=sys-apps/attr-2.4" |