mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sys-block/systemd-swap: properly depend on python
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=7
|
||||
CONFIG_CHECK="~ZRAM ~ZSWAP"
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
|
||||
inherit linux-info python-any-r1
|
||||
inherit linux-info python-r1
|
||||
|
||||
DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions."
|
||||
HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/"
|
||||
@@ -22,7 +22,7 @@ fi
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_any_dep '
|
||||
dev-python/python-systemd[${PYTHON_USEDEP}]
|
||||
dev-python/sysv_ipc[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=7
|
||||
CONFIG_CHECK="~ZRAM ~ZSWAP"
|
||||
PYTHON_COMPAT=( python3_{7..8} )
|
||||
|
||||
inherit linux-info python-any-r1
|
||||
inherit linux-info python-r1
|
||||
|
||||
DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions."
|
||||
HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/"
|
||||
@@ -22,7 +22,7 @@ fi
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_any_dep '
|
||||
dev-python/python-systemd[${PYTHON_USEDEP}]
|
||||
dev-python/sysv_ipc[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user