diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-24 10:08:09 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-24 10:08:09 +0200 |
commit | 96f8f2a0e6786020a951b7dd446e8ae6a056f06f (patch) | |
tree | 6bfd34afe894795feca7f4b48201700677c66175 /sys-block | |
parent | dev-ruby/i18n: add ~ppc keyword (bug 551722). (diff) | |
download | gentoo-96f8f2a0e6786020a951b7dd446e8ae6a056f06f.tar.gz gentoo-96f8f2a0e6786020a951b7dd446e8ae6a056f06f.tar.bz2 gentoo-96f8f2a0e6786020a951b7dd446e8ae6a056f06f.zip |
sys-block/zram-init: add ~ppc keyword (bug 594204).
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/zram-init/zram-init-3.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/zram-init/zram-init-3.8.ebuild b/sys-block/zram-init/zram-init-3.8.ebuild index ffe264d34b1c..37f6525fb9f9 100644 --- a/sys-block/zram-init/zram-init-3.8.ebuild +++ b/sys-block/zram-init/zram-init-3.8.ebuild @@ -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 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~x86" IUSE="" RDEPEND="!<sys-apps/openrc-0.13" |