diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-09-25 05:34:24 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-09-25 05:34:24 +0000 |
commit | 1679e43242d0b375597fc66e0b72e37b0e29c5a8 (patch) | |
tree | f74104a4ff3f78f7070ff2b62da4dee875a6e298 /app-arch | |
parent | Stable on alpha, bug 397199. (diff) | |
download | gentoo-2-1679e43242d0b375597fc66e0b72e37b0e29c5a8.tar.gz gentoo-2-1679e43242d0b375597fc66e0b72e37b0e29c5a8.tar.bz2 gentoo-2-1679e43242d0b375597fc66e0b72e37b0e29c5a8.zip |
Stable on alpha, bug 434164.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pbzip2/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/pbzip2/ChangeLog b/app-arch/pbzip2/ChangeLog index c3c538e7e500..8252ad6707f8 100644 --- a/app-arch/pbzip2/ChangeLog +++ b/app-arch/pbzip2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/pbzip2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.113 2012/09/18 15:37:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.114 2012/09/25 05:34:24 mattst88 Exp $ + + 25 Sep 2012; Matt Turner <mattst88@gentoo.org> pbzip2-1.1.8.ebuild: + Stable on alpha, bug 434164. 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> pbzip2-1.1.8.ebuild: Stable for HPPA (bug #434164). diff --git a/app-arch/pbzip2/pbzip2-1.1.8.ebuild b/app-arch/pbzip2/pbzip2-1.1.8.ebuild index 0669d8636a2f..2cdd31387eb3 100644 --- a/app-arch/pbzip2/pbzip2-1.1.8.ebuild +++ b/app-arch/pbzip2/pbzip2-1.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.8.ebuild,v 1.6 2012/09/18 15:37:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.8.ebuild,v 1.7 2012/09/25 05:34:24 mattst88 Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="https://launchpad.net/pbzip2/${PV:0:3}/${PV}/+download/${P}.tar.gz" LICENSE="PBZIP2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static symlink" LIB_DEPEND="app-arch/bzip2[static-libs(+)]" |