diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:33:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:33:48 +0000 |
commit | e223a16366c805fff59f737757ab80523e0465a5 (patch) | |
tree | a5dc778945509a0797af51a2fe78296f4b1520c5 /sys-apps | |
parent | Stable for sparc, wrt bug #540328 (diff) | |
download | gentoo-2-e223a16366c805fff59f737757ab80523e0465a5.tar.gz gentoo-2-e223a16366c805fff59f737757ab80523e0465a5.tar.bz2 gentoo-2-e223a16366c805fff59f737757ab80523e0465a5.zip |
Stable for sparc, wrt bug #540480
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/install-xattr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/install-xattr/install-xattr-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/install-xattr/ChangeLog b/sys-apps/install-xattr/ChangeLog index 8f396701de8a..0a71536bb23b 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.30 2015/02/25 15:56:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.31 2015/02/27 11:33:48 ago Exp $ + + 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> install-xattr-0.4.ebuild: + Stable for sparc, wrt bug #540480 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> install-xattr-0.4.ebuild: Stable for x86, 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 49acbca23614..0530f0f4c57e 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.7 2015/02/25 15:56:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.8 2015/02/27 11:33:48 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 |