diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-09 14:39:24 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-09 14:44:38 +0000 |
commit | ce7525c42dec0dea89af6ee841b4659ea3613eb4 (patch) | |
tree | 832446f35b3f2672eff84686bd7e71e7825e8804 /sys-block/zram-init | |
parent | sys-power/cpupower: keyworded 4.13.0 for ppc, bug #633410 (thanks to ernsteis... (diff) | |
download | gentoo-ce7525c42dec0dea89af6ee841b4659ea3613eb4.tar.gz gentoo-ce7525c42dec0dea89af6ee841b4659ea3613eb4.tar.bz2 gentoo-ce7525c42dec0dea89af6ee841b4659ea3613eb4.zip |
sys-block/zram-init: keyworded 3.8 for ppc64, bug #633320 (thanks to ernsteiswuerfel)
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'sys-block/zram-init')
-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 37f6525fb9f9..5884a6fcbd00 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 ~ppc ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="!<sys-apps/openrc-0.13" |