diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-13 02:29:36 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-13 02:29:36 +0000 |
commit | 76826d1704c4da4b1eaa6fca0fb28102842a672d (patch) | |
tree | 6a7da7b16fe831feb6bb8da67e892e6367090a22 /sys-apps/install-xattr/install-xattr-9999.ebuild | |
parent | Moves pkg_setup to python_pkg_setup (diff) | |
download | gentoo-2-76826d1704c4da4b1eaa6fca0fb28102842a672d.tar.gz gentoo-2-76826d1704c4da4b1eaa6fca0fb28102842a672d.tar.bz2 gentoo-2-76826d1704c4da4b1eaa6fca0fb28102842a672d.zip |
Version bump, fixes bug #523994
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/install-xattr/install-xattr-9999.ebuild')
-rw-r--r-- | sys-apps/install-xattr/install-xattr-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild index 04b72f58e0e0..58e9dc31ba2a 100644 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild +++ b/sys-apps/install-xattr/install-xattr-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild,v 1.4 2014/08/10 20:24:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild,v 1.5 2014/10/13 02:29:36 blueness Exp $ EAPI=5 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" S=${WORKDIR}/${PN} fi |