From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- net-libs/wandio/wandio-4.2.3_p1-r1.ebuild | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'net-libs/wandio/wandio-4.2.3_p1-r1.ebuild') diff --git a/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild index e0d614fcb241..4eef4248a4d6 100644 --- a/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild +++ b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild @@ -1,18 +1,21 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit autotools DESCRIPTION="C library for simple and efficient file IO" HOMEPAGE="https://research.wand.net.nz/software/libwandio.php" SRC_URI="https://github.com/wanduow/${PN}/archive/${PV/_p/-}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P/_p/-}" LICENSE="LGPL-3" SLOT="0/6" KEYWORDS="~amd64 ~x86" -IUSE="bzip2 http lzma lzo static-libs test zlib" +IUSE="bzip2 http lzma lzo test zlib" RESTRICT="!test? ( test )" +REQUIRED_USE="test? ( lzma lzo )" RDEPEND=" !