summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 14:42:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-21 15:10:21 +0100
commitd1b486cafcb643c572afc878c797d0124a28bbc5 (patch)
tree60fbc01c8a8aba1e99f0e9c5fc122b4176afcc05 /sys-libs
parentnet-dns/resolv_wrapper: EAPI-7 bump, use cmake.eclass (diff)
downloadgentoo-d1b486cafcb643c572afc878c797d0124a28bbc5.tar.gz
gentoo-d1b486cafcb643c572afc878c797d0124a28bbc5.tar.bz2
gentoo-d1b486cafcb643c572afc878c797d0124a28bbc5.zip
sys-libs/nss_wrapper: EAPI-7 bump, use cmake.eclass
Dropping unused USE test. Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild
index f1c972d5283a..c7252f28e7a2 100644
--- a/sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.6.ebuild
@@ -1,18 +1,15 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+CMAKE_ECLASS=cmake
inherit cmake-multilib
-DESCRIPTION="A wrapper for the user, group and hosts NSS API"
+DESCRIPTION="Wrapper for the user, group and hosts NSS API"
HOMEPAGE="https://cwrap.org/nss_wrapper.html"
SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND=""
-RDEPEND="${DEPEND}"