summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2014-07-11 22:12:12 +0000
committerTom Gall <tgall@gentoo.org>2014-07-11 22:12:12 +0000
commit97c8c213d83ab2e80e6f18bd59b6ef275685a5d6 (patch)
treeb8fc44bf4d9d9cc9ae2341def34d6bdb043292af /app-arch
parentVersion bump wrt bug #515290 (diff)
downloadgentoo-2-97c8c213d83ab2e80e6f18bd59b6ef275685a5d6.tar.gz
gentoo-2-97c8c213d83ab2e80e6f18bd59b6ef275685a5d6.tar.bz2
gentoo-2-97c8c213d83ab2e80e6f18bd59b6ef275685a5d6.zip
Keyworded on arm64, bug #499468
(Portage version: 2.2.8-r1/cvs/Linux aarch64, unsigned Manifest commit)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/lz4/ChangeLog5
-rw-r--r--app-arch/lz4/lz4-0_p106-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lz4/ChangeLog b/app-arch/lz4/ChangeLog
index c2719c0b4c51..332af0edd359 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.21 2014/07/05 14:41:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/ChangeLog,v 1.22 2014/07/11 22:12:12 tgall Exp $
+
+ 11 Jul 2014; <tgall@gentoo.org> lz4-0_p106-r1.ebuild:
+ Keyworded on arm64, bug #499468
05 Jul 2014; Tobias Klausmann <klausman@gentoo.org> lz4-0_p106-r1.ebuild:
Keyworded on alpha, bug #499468
diff --git a/app-arch/lz4/lz4-0_p106-r1.ebuild b/app-arch/lz4/lz4-0_p106-r1.ebuild
index 0f807ea586f6..559a64979c40 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.13 2014/07/05 14:41:01 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lz4/lz4-0_p106-r1.ebuild,v 1.14 2014/07/11 22:12:12 tgall 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 hppa ia64 ~mips ~s390 x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~s390 x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="Extremely Fast Compression algorithm"