summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-01-09 19:56:03 +0000
committerPacho Ramos <pacho@gentoo.org>2010-01-09 19:56:03 +0000
commit685326fc7452ba9c1601e477dc74288246335e72 (patch)
treebb4aca2126cc13d7015159330e1085888b012498 /app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild
parentStable for HPPA (bug #255363). (diff)
downloadhistorical-685326fc7452ba9c1601e477dc74288246335e72.tar.gz
historical-685326fc7452ba9c1601e477dc74288246335e72.tar.bz2
historical-685326fc7452ba9c1601e477dc74288246335e72.zip
amd64 stable, bug 298561
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
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.ebuild6
1 files changed, 3 insertions, 3 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 02cfbdfe800f..5b68182b7edf 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-2009 Gentoo Foundation
+# 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.3 2009/12/06 00:02:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild,v 1.4 2010/01/09 19:56:03 pacho 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 ~sparc-fbsd ~x86 ~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