09f31700e47212229e22e9b29ea530c9f8ff3726
[gentoo.git] / sys-libs / uid_wrapper / uid_wrapper-1.2.7.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit cmake-multilib
7
8 DESCRIPTION="A wrapper to fake privilege separation"
9 HOMEPAGE="https://cwrap.org/uid_wrapper.html"
10 SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
11         https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
15 IUSE="test"
16
17 DEPEND=""
18 RDEPEND="${DEPEND}"