sys-libs/uid_wrapper: Use cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 19 Mar 2020 13:47:13 +0000 (14:47 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 21 Mar 2020 14:10:21 +0000 (15:10 +0100)
Drop unused USE test.

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sys-libs/uid_wrapper/uid_wrapper-1.2.7.ebuild

index cfc62eddb7f63fa258a181d7d4ae5edfe5011c24..ad2fbf4c53aad694f3c12f39b5ccef1bb4f37caf 100644 (file)
@@ -1,19 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
-DESCRIPTION="A wrapper to fake privilege separation"
+DESCRIPTION="Wrapper to fake privilege separation"
 HOMEPAGE="https://cwrap.org/uid_wrapper.html"
 SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
        https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
+
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND=""
-RDEPEND="${DEPEND}"