diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-05-28 12:58:22 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-05-28 12:58:22 +0000 |
commit | 5fcf0486da5c5157cd754cf7a03a021a362cd63f (patch) | |
tree | d284e5979a7bc261d725b35f10c88cab3914f559 /app-arch | |
parent | Version bump for CVE-2014-2957 (diff) | |
download | gentoo-2-5fcf0486da5c5157cd754cf7a03a021a362cd63f.tar.gz gentoo-2-5fcf0486da5c5157cd754cf7a03a021a362cd63f.tar.bz2 gentoo-2-5fcf0486da5c5157cd754cf7a03a021a362cd63f.zip |
Add ~s390, copy keywords to unified live ebuild
(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 | 6 | ||||
-rw-r--r-- | app-arch/lz4/lz4-0_p106-r1.ebuild | 4 | ||||
-rw-r--r-- | app-arch/lz4/lz4-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-arch/lz4/ChangeLog b/app-arch/lz4/ChangeLog index 6591fe0c1d55..6c774e57a365 100644 --- a/app-arch/lz4/ChangeLog +++ b/app-arch/lz4/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2014/05/28 12:28:56 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.19 2014/05/28 12:58:22 pinkbyte Exp $ + + 28 May 2014; Sergey Popov <pinkbyte@gentoo.org> lz4-0_p106-r1.ebuild, + lz4-9999.ebuild: + Add ~s390, copy keywords to unified live ebuild 28 May 2014; Sergey Popov <pinkbyte@gentoo.org> lz4-0_p106-r1.ebuild: Stable on x86, wrt bug #509954 diff --git a/app-arch/lz4/lz4-0_p106-r1.ebuild b/app-arch/lz4/lz4-0_p106-r1.ebuild index d7d42d347622..bc544a2ff56d 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.10 2014/05/28 12:28:56 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.11 2014/05/28 12:58:22 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 ~s390 x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Extremely Fast Compression algorithm" diff --git a/app-arch/lz4/lz4-9999.ebuild b/app-arch/lz4/lz4-9999.ebuild index 840dc3ec8e35..d909089b5c1d 100644 --- a/app-arch/lz4/lz4-9999.ebuild +++ b/app-arch/lz4/lz4-9999.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-9999.ebuild,v 1.9 2014/03/02 15:23:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-9999.ebuild,v 1.10 2014/05/28 12:58:22 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" + KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Extremely Fast Compression algorithm" |