diff options
author | 2015-06-28 08:48:03 +0000 | |
---|---|---|
committer | 2015-06-28 08:48:03 +0000 | |
commit | 740517699a8db9c8b61123c5cf020ca6edb22f36 (patch) | |
tree | 2a8ee08fa83f287d34536262589711810596768f | |
parent | x86 stable wrt bug #551828 (diff) | |
download | gentoo-2-740517699a8db9c8b61123c5cf020ca6edb22f36.tar.gz gentoo-2-740517699a8db9c8b61123c5cf020ca6edb22f36.tar.bz2 gentoo-2-740517699a8db9c8b61123c5cf020ca6edb22f36.zip |
x86 stable wrt bug #550654
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
-rw-r--r-- | sys-apps/install-xattr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/install-xattr/install-xattr-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/install-xattr/ChangeLog b/sys-apps/install-xattr/ChangeLog index cfb1e6e2aee1..1b058014ca5c 100644 --- a/sys-apps/install-xattr/ChangeLog +++ b/sys-apps/install-xattr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/install-xattr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.39 2015/06/27 16:08:06 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.40 2015/06/28 08:48:03 zlogene Exp $ + + 28 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> install-xattr-0.5.ebuild: + x86 stable wrt bug #550654 27 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> install-xattr-0.5.ebuild: amd64 stable wrt bug #550654 diff --git a/sys-apps/install-xattr/install-xattr-0.5.ebuild b/sys-apps/install-xattr/install-xattr-0.5.ebuild index 20dc547d23ee..6781d5e40503 100644 --- a/sys-apps/install-xattr/install-xattr-0.5.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.5.ebuild,v 1.3 2015/06/27 16:08:06 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.5.ebuild,v 1.4 2015/06/28 08:48:03 zlogene 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 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" S=${WORKDIR}/${PN} fi |