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:
Andrew Ammerlaan
2021-03-28 12:48:42 +02:00
parent ad5a338a73
commit 7a5b23bec5
2 changed files with 4 additions and 4 deletions

View File

@@ -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}]

View File

@@ -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}]