diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-18 17:56:35 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-18 17:56:35 +0000 |
commit | fda456ee10b3648d986f40f7218671d9769af33d (patch) | |
tree | 9ff41c1543b2e4e2ec08a36034ed9decef287fc9 /app-arch | |
parent | Switch to EAPI 4 and rework dependencies. Add support for ruby19 which fixes ... (diff) | |
download | gentoo-2-fda456ee10b3648d986f40f7218671d9769af33d.tar.gz gentoo-2-fda456ee10b3648d986f40f7218671d9769af33d.tar.bz2 gentoo-2-fda456ee10b3648d986f40f7218671d9769af33d.zip |
stable arm, bug #435228
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lbzip2/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/lbzip2/lbzip2-2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lbzip2/ChangeLog b/app-arch/lbzip2/ChangeLog index 7f573beb71f9..8daaae805ac9 100644 --- a/app-arch/lbzip2/ChangeLog +++ b/app-arch/lbzip2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/lbzip2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/ChangeLog,v 1.36 2012/09/18 14:50:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/ChangeLog,v 1.37 2012/09/18 17:56:35 blueness Exp $ + + 18 Sep 2012; Anthony G. Basile <blueness@gentoo.org> lbzip2-2.2.ebuild: + stable arm, bug #435228 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> lbzip2-2.2.ebuild: Stable for HPPA (bug #435228). diff --git a/app-arch/lbzip2/lbzip2-2.2.ebuild b/app-arch/lbzip2/lbzip2-2.2.ebuild index e98188780ac7..84e3be15c792 100644 --- a/app-arch/lbzip2/lbzip2-2.2.ebuild +++ b/app-arch/lbzip2/lbzip2-2.2.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/lbzip2/lbzip2-2.2.ebuild,v 1.5 2012/09/18 14:50:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lbzip2/lbzip2-2.2.ebuild,v 1.6 2012/09/18 17:56:35 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://github/kjn/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug symlink" PATCHES=( "${FILESDIR}"/${P}-s_isreg.patch ) |