commit: 422931a9e50330fc38e2c6ae6265ba26f5341e0a Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Wed May 24 08:00:02 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Wed May 24 08:00:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422931a9
sys-block/zram-init: add ~arm64 keyword (bug 594204). Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="arm64" sys-block/zram-init/zram-init-3.0.ebuild | 4 ++-- sys-block/zram-init/zram-init-3.4.ebuild | 4 ++-- sys-block/zram-init/zram-init-3.6.ebuild | 4 ++-- sys-block/zram-init/zram-init-3.8.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-block/zram-init/zram-init-3.0.ebuild b/sys-block/zram-init/zram-init-3.0.ebuild index 46352cee825..8b70fde5356 100644 --- a/sys-block/zram-init/zram-init-3.0.ebuild +++ b/sys-block/zram-init/zram-init-3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" DISABLE_AUTOFORMATTING="true" DOC_CONTENTS="To use zram, activate it in your kernel and add it to default runlevel: diff --git a/sys-block/zram-init/zram-init-3.4.ebuild b/sys-block/zram-init/zram-init-3.4.ebuild index d63dbe5a46a..2b710a99600 100644 --- a/sys-block/zram-init/zram-init-3.4.ebuild +++ b/sys-block/zram-init/zram-init-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" RDEPEND="!<sys-apps/openrc-0.13" diff --git a/sys-block/zram-init/zram-init-3.6.ebuild b/sys-block/zram-init/zram-init-3.6.ebuild index ec9841cab62..ffe264d34b1 100644 --- a/sys-block/zram-init/zram-init-3.6.ebuild +++ b/sys-block/zram-init/zram-init-3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" RDEPEND="!<sys-apps/openrc-0.13" diff --git a/sys-block/zram-init/zram-init-3.8.ebuild b/sys-block/zram-init/zram-init-3.8.ebuild index ec9841cab62..ffe264d34b1 100644 --- a/sys-block/zram-init/zram-init-3.8.ebuild +++ b/sys-block/zram-init/zram-init-3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" RDEPEND="!<sys-apps/openrc-0.13"
