diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-11 19:49:16 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-11 19:49:16 +0000 |
commit | 608181806886fffc7a0594a23d4a1b0916c38ce7 (patch) | |
tree | 69597224e56b5eb48d8d23bb8689701dfe0273ed /app-arch | |
parent | Fix missed icons in tray that is not compatible with new hicolor theme, bug #... (diff) | |
download | gentoo-2-608181806886fffc7a0594a23d4a1b0916c38ce7.tar.gz gentoo-2-608181806886fffc7a0594a23d4a1b0916c38ce7.tar.bz2 gentoo-2-608181806886fffc7a0594a23d4a1b0916c38ce7.zip |
x86 stable wrt bug #322531
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pbzip2/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/pbzip2/ChangeLog b/app-arch/pbzip2/ChangeLog index db14d8b6337c..a4478142e0ce 100644 --- a/app-arch/pbzip2/ChangeLog +++ b/app-arch/pbzip2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/pbzip2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.86 2010/06/10 03:05:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.87 2010/06/11 19:49:16 phajdan.jr Exp $ + + 11 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> pbzip2-1.1.1.ebuild: + x86 stable wrt bug #322531 10 Jun 2010; Jeroen Roovers <jer@gentoo.org> pbzip2-1.1.1.ebuild: Stable for HPPA (bug #322531). diff --git a/app-arch/pbzip2/pbzip2-1.1.1.ebuild b/app-arch/pbzip2/pbzip2-1.1.1.ebuild index 47e175153476..9dda118ef27f 100644 --- a/app-arch/pbzip2/pbzip2-1.1.1.ebuild +++ b/app-arch/pbzip2/pbzip2-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.1.ebuild,v 1.3 2010/06/10 03:05:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.1.ebuild,v 1.4 2010/06/11 19:49:16 phajdan.jr Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://compression.ca/${PN}/${P}.tar.gz" LICENSE="PBZIP2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="static symlink" DEPEND="app-arch/bzip2" |