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
commit622bb4676862dba398b2a91595c904ea36e7e36a (patch)
treeebe5e9aa75cc11a24ba99fad7c2af751733fe21c /app-arch
parentStable for HPPA (bug #255363). (diff)
downloadgentoo-2-622bb4676862dba398b2a91595c904ea36e7e36a.tar.gz
gentoo-2-622bb4676862dba398b2a91595c904ea36e7e36a.tar.bz2
gentoo-2-622bb4676862dba398b2a91595c904ea36e7e36a.zip
amd64 stable, bug 298561
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/xz-utils/ChangeLog7
-rw-r--r--app-arch/xz-utils/xz-utils-4.999.9_beta.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/xz-utils/ChangeLog b/app-arch/xz-utils/ChangeLog
index ec4691f11381..255e39ce2c8c 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.7 2009/12/06 00:02:10 vapier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.8 2010/01/09 19:56:03 pacho Exp $
+
+ 09 Jan 2010; Pacho Ramos <pacho@gentoo.org> xz-utils-4.999.9_beta.ebuild:
+ amd64 stable, bug 298561
06 Dec 2009; Mike Frysinger <vapier@gentoo.org>
xz-utils-4.999.9_beta.ebuild, xz-utils-9999.ebuild:
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