diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-11 13:05:51 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-11 13:05:51 +0000 |
commit | b2b0ab4f2e15eb9ad929f497fff7e5843ee40c43 (patch) | |
tree | 1a724be14cdbd1e79e1fc4eb369c94688c1a86cb /app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild | |
parent | Fix download dir reset (diff) | |
download | historical-b2b0ab4f2e15eb9ad929f497fff7e5843ee40c43.tar.gz historical-b2b0ab4f2e15eb9ad929f497fff7e5843ee40c43.tar.bz2 historical-b2b0ab4f2e15eb9ad929f497fff7e5843ee40c43.zip |
stable x86, bug 298561
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild')
-rw-r--r-- | app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild b/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild index 4641e3d570e0..0054c0fcec6f 100644 --- a/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild +++ b/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild,v 1.6 2010/01/11 02:39:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild,v 1.7 2010/01/11 13:05:51 fauli Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -15,7 +15,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 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" S=${WORKDIR}/${MY_P} EXTRA_DEPEND= fi |