diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-03-19 18:58:42 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-03-19 18:58:42 +0000 |
commit | 2e75cb4b6eebafc1dbee5066cfcd04ae1ff9daca (patch) | |
tree | 367c3fee1ded414cae15b33fb9142d64d30855d6 /app-arch/bzip2 | |
parent | Initial import. Closes bug #199819 by Jouni Rinne. (diff) | |
download | gentoo-2-2e75cb4b6eebafc1dbee5066cfcd04ae1ff9daca.tar.gz gentoo-2-2e75cb4b6eebafc1dbee5066cfcd04ae1ff9daca.tar.bz2 gentoo-2-2e75cb4b6eebafc1dbee5066cfcd04ae1ff9daca.zip |
Stable on ppc64; bug #213820
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/bzip2')
-rw-r--r-- | app-arch/bzip2/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/bzip2/ChangeLog b/app-arch/bzip2/ChangeLog index d036e21ac1d2..c9e572c871d4 100644 --- a/app-arch/bzip2/ChangeLog +++ b/app-arch/bzip2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/bzip2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.65 2008/03/19 00:34:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.66 2008/03/19 18:58:42 corsair Exp $ + + 19 Mar 2008; Markus Rothe <corsair@gentoo.org> bzip2-1.0.5.ebuild: + Stable on ppc64; bug #213820 19 Mar 2008; Steve Dibb <beandog@gentoo.org> bzip2-1.0.5.ebuild: amd64 stable, bug 213820 diff --git a/app-arch/bzip2/bzip2-1.0.5.ebuild b/app-arch/bzip2/bzip2-1.0.5.ebuild index 0003b178cb7d..a14bc6150d57 100644 --- a/app-arch/bzip2/bzip2-1.0.5.ebuild +++ b/app-arch/bzip2/bzip2-1.0.5.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/bzip2/bzip2-1.0.5.ebuild,v 1.5 2008/03/19 00:34:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.5.ebuild,v 1.6 2008/03/19 18:58:42 corsair Exp $ inherit eutils multilib toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz" LICENSE="BZIP2" 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="static" DEPEND="" |