summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-02-24 08:49:32 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-02-24 08:49:32 +0000
commit4c6c43299e1659dc0b96b15044916a52f530a82f (patch)
treefd56f149553ca6ec09bdd4b4b42a6846abb76b22
parentStable for alpha, wrt bug #536166 (diff)
downloadgentoo-2-4c6c43299e1659dc0b96b15044916a52f530a82f.tar.gz
gentoo-2-4c6c43299e1659dc0b96b15044916a52f530a82f.tar.bz2
gentoo-2-4c6c43299e1659dc0b96b15044916a52f530a82f.zip
Stable for alpha, wrt bug #540480
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
-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 4f68dfb4e289..2f64e581a76d 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.28 2015/02/19 10:39:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.29 2015/02/24 08:49:32 ago Exp $
+
+ 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> install-xattr-0.4.ebuild:
+ Stable for alpha, wrt bug #540480
19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> install-xattr-0.4.ebuild:
Stable for amd64, wrt bug #540480
diff --git a/sys-apps/install-xattr/install-xattr-0.4.ebuild b/sys-apps/install-xattr/install-xattr-0.4.ebuild
index d3a1cab5ec9e..6213af280636 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.5 2015/02/19 10:39:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.6 2015/02/24 08:49:32 ago 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