diff options
author | Tom Gall <tgall@gentoo.org> | 2014-07-11 22:01:37 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2014-07-11 22:01:37 +0000 |
commit | f992a93a4afe422b9b77b77208e92fe205b48743 (patch) | |
tree | 5048fcec183d66af854125143f08a29f621e46c7 /sys-fs/squashfs-tools | |
parent | sparc stable wrt bug #502916 (diff) | |
download | gentoo-2-f992a93a4afe422b9b77b77208e92fe205b48743.tar.gz gentoo-2-f992a93a4afe422b9b77b77208e92fe205b48743.tar.bz2 gentoo-2-f992a93a4afe422b9b77b77208e92fe205b48743.zip |
Keyworded on arm64, bug #499468
(Portage version: 2.2.8-r1/cvs/Linux aarch64, unsigned Manifest commit)
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r-- | sys-fs/squashfs-tools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog index 74a53deea1d5..b03612898d3e 100644 --- a/sys-fs/squashfs-tools/ChangeLog +++ b/sys-fs/squashfs-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/squashfs-tools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.103 2014/07/05 14:40:49 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/ChangeLog,v 1.104 2014/07/11 22:01:37 tgall Exp $ + + 11 Jul 2014; <tgall@gentoo.org> squashfs-tools-4.3.ebuild: + Keyworded on arm64, bug #499468 05 Jul 2014; Tobias Klausmann <klausman@gentoo.org> squashfs-tools-4.3.ebuild: diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild index bc0da4a98fec..33bb4fce1506 100644 --- a/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild +++ b/sys-fs/squashfs-tools/squashfs-tools-4.3.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/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild,v 1.2 2014/07/05 14:40:49 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild,v 1.3 2014/07/11 22:01:37 tgall Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/squashfs/squashfs${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~x86" IUSE="+xz lzma lz4 lzo xattr" RDEPEND=" |