diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 19:00:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 19:00:00 +0000 |
commit | 3f7b4e485182e98194da7059f47ca7b773fc9333 (patch) | |
tree | ea3c6a3c690e1b5703417ffda295ce456e8818d0 /app-arch/xz-utils | |
parent | Stable for ppc, wrt bug #493674 (diff) | |
download | gentoo-2-3f7b4e485182e98194da7059f47ca7b773fc9333.tar.gz gentoo-2-3f7b4e485182e98194da7059f47ca7b773fc9333.tar.bz2 gentoo-2-3f7b4e485182e98194da7059f47ca7b773fc9333.zip |
Stable for ppc, wrt bug #489362
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-arch/xz-utils')
-rw-r--r-- | app-arch/xz-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/xz-utils/ChangeLog b/app-arch/xz-utils/ChangeLog index ec2ede7d20dc..7df2161e29eb 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.71 2013/11/29 17:12:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.72 2013/12/21 19:00:00 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> xz-utils-5.0.5-r1.ebuild: + Stable for ppc, wrt bug #489362 29 Nov 2013; Markus Meier <maekke@gentoo.org> xz-utils-5.0.5-r1.ebuild: arm stable, 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 e745327379cf..86099717c96a 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.8 2013/11/29 17:12:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild,v 1.9 2013/12/21 19:00:00 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 |