diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:44:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:44:48 +0000 |
commit | beda65a1b82c741a15aabf5b4296acc4f2ca9204 (patch) | |
tree | 6105b08c24a63d8113237f4ce94ec80636b9f848 /app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild | |
parent | Stable for ppc64, wrt bug #494822 (diff) | |
download | historical-beda65a1b82c741a15aabf5b4296acc4f2ca9204.tar.gz historical-beda65a1b82c741a15aabf5b4296acc4f2ca9204.tar.bz2 historical-beda65a1b82c741a15aabf5b4296acc4f2ca9204.zip |
Stable for ppc64, wrt bug #489362
Package-Manager: portage-2.2.1/cvs/Linux ppc64
RepoMan-Options: --include-arches="ppc64"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild')
-rw-r--r-- | app-arch/xz-utils/xz-utils-5.0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 86099717c96a..94b79d027f67 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.9 2013/12/21 19:00:00 ago Exp $ +# $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 $ # 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 |