diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-08-19 17:56:40 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-08-19 17:56:40 +0000 |
commit | dc08ecffd7fd59e8c9b6776299a79907a44f7e41 (patch) | |
tree | 4df7a78a7402b9c1786245524dac07fecd463d15 /sys-apps/install-xattr/install-xattr-0.3.ebuild | |
parent | Dev channel bump. Use system jinja, ply, markupsafe. Remove old. (diff) | |
download | gentoo-2-dc08ecffd7fd59e8c9b6776299a79907a44f7e41.tar.gz gentoo-2-dc08ecffd7fd59e8c9b6776299a79907a44f7e41.tar.bz2 gentoo-2-dc08ecffd7fd59e8c9b6776299a79907a44f7e41.zip |
Stable for amd64 wrt bug #511984
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'sys-apps/install-xattr/install-xattr-0.3.ebuild')
-rw-r--r-- | sys-apps/install-xattr/install-xattr-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/install-xattr/install-xattr-0.3.ebuild b/sys-apps/install-xattr/install-xattr-0.3.ebuild index 7ff34d0cc1ce..4f7064bc0876 100644 --- a/sys-apps/install-xattr/install-xattr-0.3.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.3.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-0.3.ebuild,v 1.7 2014/08/10 20:24:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.3.ebuild,v 1.8 2014/08/19 17:56:40 nimiux 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 arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86" S=${WORKDIR}/${PN} fi |