mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
net-misc/FORT-validator: fix build-time deps
New test-dep also enables tests. Remove deps that we inherit inherit from the autotools eclass. Remove deps that we inherit from the system set. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -16,7 +16,8 @@ S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="caps"
|
||||
IUSE="caps test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES="${FILESDIR}"/${PN}-1.5.4-GCC14.patch
|
||||
|
||||
@@ -27,13 +28,10 @@ DEPEND="
|
||||
dev-libs/jansson
|
||||
dev-libs/openssl
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
net-misc/rsync
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-build/automake
|
||||
dev-build/automake
|
||||
virtual/pkgconfig
|
||||
test? ( dev-libs/check )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -16,7 +16,8 @@ S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="caps"
|
||||
IUSE="caps test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES="${FILESDIR}"/${PN}-1.5.4-GCC14.patch
|
||||
|
||||
@@ -29,9 +30,10 @@ DEPEND="
|
||||
dev-libs/openssl
|
||||
net-misc/curl
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
net-misc/rsync
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? ( dev-libs/check )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -14,7 +14,8 @@ SRC_URI="https://github.com/NICMx/${PN}/releases/download/${PV}/fort-${PV}.tar.g
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="caps"
|
||||
IUSE="caps test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES="${FILESDIR}"/${PN}-1.5.4-GCC14.patch
|
||||
|
||||
@@ -27,9 +28,10 @@ DEPEND="
|
||||
dev-libs/openssl[rfc3779]
|
||||
net-misc/curl
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
net-misc/rsync
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? ( dev-libs/check )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user