summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/xz-utils/xz-utils-5.0.3.ebuild')
-rw-r--r--app-arch/xz-utils/xz-utils-5.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/xz-utils/xz-utils-5.0.3.ebuild b/app-arch/xz-utils/xz-utils-5.0.3.ebuild
index c3c27aa4b11c..478ead3a603b 100644
--- a/app-arch/xz-utils/xz-utils-5.0.3.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.3.ebuild,v 1.5 2011/09/01 16:26:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.3.ebuild,v 1.6 2011/09/17 18:00:21 armin76 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