mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -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
|
EAPI=7
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||||
PYTHON_COMPAT=( python3_{8..9} )
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
USE_RUBY="ruby25 ruby26"
|
USE_RUBY="ruby26"
|
||||||
|
|
||||||
inherit python-single-r1 ruby-ng systemd
|
inherit python-single-r1 ruby-ng systemd
|
||||||
|
|
||||||
@ -13,13 +13,12 @@ DESCRIPTION="Pacemaker/Corosync Configuration System"
|
|||||||
HOMEPAGE="https://github.com/ClusterLabs/pcs"
|
HOMEPAGE="https://github.com/ClusterLabs/pcs"
|
||||||
SRC_URI="https://github.com/ClusterLabs/pcs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/ClusterLabs/pcs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
S="${WORKDIR}/all/${P}"
|
S="${WORKDIR}/all/${P}"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="systemd"
|
IUSE="systemd"
|
||||||
|
|
||||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/libffi
|
dev-libs/libffi
|
||||||
media-libs/fontconfig
|
media-libs/fontconfig
|
||||||
@ -45,6 +44,7 @@ RDEPEND="
|
|||||||
sys-process/psmisc
|
sys-process/psmisc
|
||||||
"
|
"
|
||||||
|
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}/remove-ruby-bundle-path.patch"
|
"${FILESDIR}/remove-ruby-bundle-path.patch"
|
||||||
"${FILESDIR}/openrc-${PV}.patch"
|
"${FILESDIR}/openrc-${PV}.patch"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user