diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-22 07:17:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-22 07:17:43 +0000 |
commit | 85f6dd4ad7fed23b6247b42cd50585a38bbb05a5 (patch) | |
tree | d48daef588e18ec8ed7be114c8c7728c82251fad /sys-apps | |
parent | Add ~alpha, wrt bug #501534 (diff) | |
download | gentoo-2-85f6dd4ad7fed23b6247b42cd50585a38bbb05a5.tar.gz gentoo-2-85f6dd4ad7fed23b6247b42cd50585a38bbb05a5.tar.bz2 gentoo-2-85f6dd4ad7fed23b6247b42cd50585a38bbb05a5.zip |
Add ~ia64, wrt bug #501534
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="~ia64", 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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/install-xattr/ChangeLog b/sys-apps/install-xattr/ChangeLog index c4ea197085d6..f77338d8edb0 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.4 2014/02/22 07:17:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.5 2014/02/22 07:17:43 ago Exp $ + + 22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> install-xattr-0.1.ebuild: + Add ~ia64, wrt bug #501534 22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> install-xattr-0.1.ebuild: Add ~alpha, wrt bug #501534 diff --git a/sys-apps/install-xattr/install-xattr-0.1.ebuild b/sys-apps/install-xattr/install-xattr-0.1.ebuild index d9bb8f405496..fea493a3c7b6 100644 --- a/sys-apps/install-xattr/install-xattr-0.1.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.1.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.1.ebuild,v 1.4 2014/02/22 07:17:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.1.ebuild,v 1.5 2014/02/22 07:17:43 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86" IUSE="" DEPEND="" |