# Copyright 2011-2020 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit readme.gentoo-r1 systemd RESTRICT="mirror" # until available on gentoo mirrors DESCRIPTION="Scripts to support compressed swap devices or ramdisks with zram" HOMEPAGE="https://github.com/vaeth/zram-init/" SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="nls split-usr" LINGUAS="de fr" for i in ${LINGUAS}; do IUSE="l10n_${i} ${IUSE}" done BDEPEND="nls? ( sys-devel/gettext )" RDEPEND=">=app-shells/push-2.0-r2 !