Remove automatic detection of libvarlink, change behavior based on the
value of the new USE=varlink flag.
This required dropping the x86 keyword because libvarlink is not
keyworded there.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
</maintainer>
<use>
<flag name="curl">Build check_docker which requires <pkg>net-misc/curl</pkg></flag>
+ <flag name="varlink">Build check_podman which requires <pkg>dev-libs/libvarlink</pkg></flag>
</use>
<upstream>
<remote-id type="github">madrisan/nagios-plugins-linux</remote-id>
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="curl"
+KEYWORDS="~amd64"
+IUSE="curl varlink"
-DEPEND="curl? ( net-misc/curl:0= )"
+DEPEND="
+ curl? ( net-misc/curl:0= )
+ varlink? ( dev-libs/libvarlink:= )
+"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
# Most options are already defaults for Gentoo
--disable-hardening
$(use_enable curl libcurl)
+ $(use_enable varlink libvarlink)
)
econf "${myconf[@]}"
}