From d73f35925a88ce0f4d1c40672338a3030995fc7d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 20 Mar 2021 18:38:27 +0100 Subject: [PATCH] sys-cluster/pcs: correct dep Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- sys-cluster/pcs/pcs-0.10.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/pcs/pcs-0.10.8.ebuild b/sys-cluster/pcs/pcs-0.10.8.ebuild index 68e1b8e7b0..3a7f366d9e 100644 --- a/sys-cluster/pcs/pcs-0.10.8.ebuild +++ b/sys-cluster/pcs/pcs-0.10.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,9 +53,9 @@ ruby_add_rdepend " dev-ruby/rack-test dev-ruby/rubygems dev-ruby/sinatra - dev-ruby/thin dev-ruby/thor dev-ruby/tilt + www-servers/thin " PATCHES=( "${FILESDIR}/remove-ruby-bundle-path.patch" "${FILESDIR}/openrc-${PV}.patch" )