diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-05-28 12:28:56 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-05-28 12:28:56 +0000 |
commit | c1e9f969631d284ecc19fd7d40c428164b1bc9c9 (patch) | |
tree | 4a1e71e44225df487c4865e7a9edbd2be80cedaf /app-arch | |
parent | Remove --disable-xattr because git is now using libc's xattr support instead ... (diff) | |
download | gentoo-2-c1e9f969631d284ecc19fd7d40c428164b1bc9c9.tar.gz gentoo-2-c1e9f969631d284ecc19fd7d40c428164b1bc9c9.tar.bz2 gentoo-2-c1e9f969631d284ecc19fd7d40c428164b1bc9c9.zip |
Stable on x86, wrt bug #509954
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
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 c5900fb6a0a2..6591fe0c1d55 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.17 2014/05/24 09:04:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.18 2014/05/28 12:28:56 pinkbyte Exp $ + + 28 May 2014; Sergey Popov <pinkbyte@gentoo.org> lz4-0_p106-r1.ebuild: + Stable on x86, wrt bug #509954 24 May 2014; Agostino Sarubbo <ago@gentoo.org> lz4-0_p106-r1.ebuild: Stable for amd64, wrt bug #509954 diff --git a/app-arch/lz4/lz4-0_p106-r1.ebuild b/app-arch/lz4/lz4-0_p106-r1.ebuild index 622c37965fac..d7d42d347622 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.9 2014/05/24 09:04:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.10 2014/05/28 12:28:56 pinkbyte 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="amd64 ~arm hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm hppa ~ia64 ~mips x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Extremely Fast Compression algorithm" |