mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/curb: add missing test dependency
Closes: https://bugs.gentoo.org/933190 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -17,11 +17,13 @@ HOMEPAGE="https://github.com/taf2/curb"
|
||||
LICENSE="Ruby"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
IUSE="test"
|
||||
|
||||
DEPEND+=" net-misc/curl[ssl] test? ( net-misc/curl )"
|
||||
RDEPEND+=" net-misc/curl[ssl]"
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/webrick )"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# fix tests when localhost is also ::1
|
||||
sed -i -e 's|localhost:|127.0.0.1:|g' tests/*.rb || die
|
||||
|
||||
Reference in New Issue
Block a user