diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-06-08 10:41:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-06-08 10:41:15 +0000 |
commit | f00d2bf073e5ecc15bf5e63ecc117a7856a5ca7f (patch) | |
tree | 585ce39a0bbf8ad51656ea700e3012f2e987041d /app-arch/lz4 | |
parent | Stable for ia64, wrt bug #509954 (diff) | |
download | gentoo-2-f00d2bf073e5ecc15bf5e63ecc117a7856a5ca7f.tar.gz gentoo-2-f00d2bf073e5ecc15bf5e63ecc117a7856a5ca7f.tar.bz2 gentoo-2-f00d2bf073e5ecc15bf5e63ecc117a7856a5ca7f.zip |
Stable for ia64, wrt bug #509954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-arch/lz4')
-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 6c774e57a365..853403d55ec8 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.19 2014/05/28 12:58:22 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.20 2014/06/08 10:41:15 ago Exp $ + + 08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> lz4-0_p106-r1.ebuild: + Stable for ia64, wrt bug #509954 28 May 2014; Sergey Popov <pinkbyte@gentoo.org> lz4-0_p106-r1.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 bc544a2ff56d..0b62c0acdf01 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.11 2014/05/28 12:58:22 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.12 2014/06/08 10:41:15 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="amd64 ~arm hppa ~ia64 ~mips ~s390 x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm hppa ia64 ~mips ~s390 x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Extremely Fast Compression algorithm" |