summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-12-23 15:27:37 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-12-23 15:27:37 +0000
commit876fa08c10648a972d5796910bb8e3d944d06ea3 (patch)
tree261c5289573f4f035729b4f2d028c2c3fb77d716
parentStable for sparc, wrt bug #490128 (diff)
downloadgentoo-2-876fa08c10648a972d5796910bb8e3d944d06ea3.tar.gz
gentoo-2-876fa08c10648a972d5796910bb8e3d944d06ea3.tar.bz2
gentoo-2-876fa08c10648a972d5796910bb8e3d944d06ea3.zip
Stable for sparc, wrt bug #489362
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
-rw-r--r--app-arch/xz-utils/ChangeLog5
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/xz-utils/ChangeLog b/app-arch/xz-utils/ChangeLog
index f00f437b4194..cdee7d32bc32 100644
--- a/app-arch/xz-utils/ChangeLog
+++ b/app-arch/xz-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/xz-utils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.73 2013/12/22 12:44:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.74 2013/12/23 15:27:37 ago Exp $
+
+ 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xz-utils-5.0.5-r1.ebuild:
+ Stable for sparc, wrt bug #489362
22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xz-utils-5.0.5-r1.ebuild:
Stable for ppc64, wrt bug #489362
diff --git a/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild b/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild
index 94b79d027f67..ca37c5ecf9c5 100644
--- a/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.10 2013/12/22 12:44:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.11 2013/12/23 15:27:37 ago Exp $
# Remember: we cannot leverage autotools in this ebuild in order
# to avoid circular deps with autotools
@@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then
else
MY_P="${PN/-utils}-${PV/_}"
SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
- KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+ KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S=${WORKDIR}/${MY_P}
EXTRA_DEPEND=
fi