summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-02-18 12:46:07 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-02-18 12:46:07 +0000
commit6b6b54df112f40707dfb9bed810f3b753b29ef27 (patch)
tree6d9a5faa8e4d7f2a6203dbcdb1f938764f0db98f /sys-apps/install-xattr
parentDon't install empty /var/run (#539400 by Jan Vesely) (diff)
downloadgentoo-2-6b6b54df112f40707dfb9bed810f3b753b29ef27.tar.gz
gentoo-2-6b6b54df112f40707dfb9bed810f3b753b29ef27.tar.bz2
gentoo-2-6b6b54df112f40707dfb9bed810f3b753b29ef27.zip
Stable on ppc and ppc64, bug #540480
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/install-xattr')
-rw-r--r--sys-apps/install-xattr/ChangeLog5
-rw-r--r--sys-apps/install-xattr/install-xattr-0.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/install-xattr/ChangeLog b/sys-apps/install-xattr/ChangeLog
index 03a548da9f34..f2b323283d34 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.25 2015/02/18 12:26:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.26 2015/02/18 12:46:07 blueness Exp $
+
+ 18 Feb 2015; Anthony G. Basile <blueness@gentoo.org> install-xattr-0.4.ebuild:
+ Stable on ppc and ppc64, bug #540480
18 Feb 2015; Anthony G. Basile <blueness@gentoo.org> install-xattr-0.4.ebuild,
install-xattr-9999.ebuild:
diff --git a/sys-apps/install-xattr/install-xattr-0.4.ebuild b/sys-apps/install-xattr/install-xattr-0.4.ebuild
index 49db1609c52c..ccf646752377 100644
--- a/sys-apps/install-xattr/install-xattr-0.4.ebuild
+++ b/sys-apps/install-xattr/install-xattr-0.4.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.4.ebuild,v 1.2 2015/02/18 12:26:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.3 2015/02/18 12:46:07 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 ~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