diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 12:37:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 12:37:32 +0000 |
commit | cd53c6368da32657f9c04b604b4258849d839550 (patch) | |
tree | 2cc4ad3ea095e900e1c75c0901a1dc052c7624f8 /app-arch | |
parent | initial import, ebuild by me (diff) | |
download | gentoo-2-cd53c6368da32657f9c04b604b4258849d839550.tar.gz gentoo-2-cd53c6368da32657f9c04b604b4258849d839550.tar.bz2 gentoo-2-cd53c6368da32657f9c04b604b4258849d839550.zip |
Stable for ia64, wrt bug #524420
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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_p120.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lz4/ChangeLog b/app-arch/lz4/ChangeLog index dc613040010d..1064f4a7437a 100644 --- a/app-arch/lz4/ChangeLog +++ b/app-arch/lz4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/lz4 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.37 2015/04/13 09:03:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.38 2015/04/14 12:37:32 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> lz4-0_p120.ebuild: + Stable for ia64, wrt bug #524420 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> lz4-0_p120.ebuild: Stable for alpha, wrt bug #542226 diff --git a/app-arch/lz4/lz4-0_p120.ebuild b/app-arch/lz4/lz4-0_p120.ebuild index 0a6753ae6e1c..46d16ba7639d 100644 --- a/app-arch/lz4/lz4-0_p120.ebuild +++ b/app-arch/lz4/lz4-0_p120.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p120.ebuild,v 1.10 2015/04/13 09:03:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p120.ebuild,v 1.11 2015/04/14 12:37:32 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ else MY_PV="r${PV##0_p}" MY_P="${PN}-${MY_PV}" SRC_URI="https://github.com/Cyan4973/lz4/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi |