diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-08-21 09:53:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-08-21 09:53:39 +0000 |
commit | ac2e6dd9b5be19310102f0938e98f293effe7715 (patch) | |
tree | 0373d7fe82b824052319094048f9be85ba89e4b7 /app-arch | |
parent | Stable for ppc, wrt bug #509954 (diff) | |
download | gentoo-2-ac2e6dd9b5be19310102f0938e98f293effe7715.tar.gz gentoo-2-ac2e6dd9b5be19310102f0938e98f293effe7715.tar.bz2 gentoo-2-ac2e6dd9b5be19310102f0938e98f293effe7715.zip |
Stable for ppc, wrt bug #509954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lz4/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/lz4/lz4-0_p106-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lz4/ChangeLog b/app-arch/lz4/ChangeLog index 0941132e0f33..513723d79334 100644 --- a/app-arch/lz4/ChangeLog +++ b/app-arch/lz4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/lz4 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.27 2014/08/13 18:45:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.28 2014/08/21 09:53:39 ago Exp $ + + 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> lz4-0_p106-r1.ebuild: + Stable for ppc, wrt bug #509954 13 Aug 2014; Anthony G. Basile <blueness@gentoo.org> lz4-0_p106-r1.ebuild, lz4-0_p120.ebuild, lz4-9999.ebuild: diff --git a/app-arch/lz4/lz4-0_p106-r1.ebuild b/app-arch/lz4/lz4-0_p106-r1.ebuild index b9013f113040..d1cfb4969394 100644 --- a/app-arch/lz4/lz4-0_p106-r1.ebuild +++ b/app-arch/lz4/lz4-0_p106-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.16 2014/08/13 18:45:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.17 2014/08/21 09:53:39 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [ ${PV} == "9999" ] ; then ESVN_PROJECT="lz4-read-only" else SRC_URI="http://dev.gentoo.org/~ryao/dist/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Extremely Fast Compression algorithm" |