diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-21 13:57:30 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-06-21 13:57:30 +0000 |
commit | 001144eb153af0fc6a1034c85a568fbe58210a73 (patch) | |
tree | 8a137bf03f62e4eac9f9170cf0e3d467cd43edd3 /app-arch/lzma-utils | |
parent | Fix building with --as-needed and clean up ebuild. (diff) | |
download | gentoo-2-001144eb153af0fc6a1034c85a568fbe58210a73.tar.gz gentoo-2-001144eb153af0fc6a1034c85a568fbe58210a73.tar.bz2 gentoo-2-001144eb153af0fc6a1034c85a568fbe58210a73.zip |
Stable on ppc wrt bug 228671
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/lzma-utils')
-rw-r--r-- | app-arch/lzma-utils/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/lzma-utils/lzma-utils-4.32.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lzma-utils/ChangeLog b/app-arch/lzma-utils/ChangeLog index b5af345e952d..199dbde50709 100644 --- a/app-arch/lzma-utils/ChangeLog +++ b/app-arch/lzma-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/lzma-utils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/ChangeLog,v 1.37 2008/06/21 13:11:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/ChangeLog,v 1.38 2008/06/21 13:57:30 nixnut Exp $ + + 21 Jun 2008; nixnut <nixnut@gentoo.org> lzma-utils-4.32.6.ebuild: + Stable on ppc wrt bug 228671 21 Jun 2008; Raúl Porcel <armin76@gentoo.org> lzma-utils-4.32.6.ebuild: alpha/ia64/sparc stable wrt #228671 diff --git a/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild b/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild index 92ed41b66d0d..4ac4d1e98d09 100644 --- a/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild +++ b/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild,v 1.4 2008/06/21 13:11:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6.ebuild,v 1.5 2008/06/21 13:57:30 nixnut Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -15,7 +15,7 @@ SRC_URI="http://tukaani.org/lzma/${MY_P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -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 ~sparc-fbsd x86 ~x86-fbsd" IUSE="nocxx" RDEPEND="!app-arch/lzma |