mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
sys-cluster/pcs: bump python, remove old ruby
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
e7e8ef43b3
commit
1155bcdcfb
@ -4,8 +4,8 @@
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
USE_RUBY="ruby25 ruby26"
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
USE_RUBY="ruby26"
|
||||
|
||||
inherit python-single-r1 ruby-ng systemd
|
||||
|
||||
@ -13,13 +13,12 @@ DESCRIPTION="Pacemaker/Corosync Configuration System"
|
||||
HOMEPAGE="https://github.com/ClusterLabs/pcs"
|
||||
SRC_URI="https://github.com/ClusterLabs/pcs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/all/${P}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="systemd"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libffi
|
||||
media-libs/fontconfig
|
||||
@ -45,6 +44,7 @@ RDEPEND="
|
||||
sys-process/psmisc
|
||||
"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
PATCHES=(
|
||||
"${FILESDIR}/remove-ruby-bundle-path.patch"
|
||||
"${FILESDIR}/openrc-${PV}.patch"
|
||||
|
Loading…
x
Reference in New Issue
Block a user