diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 22:59:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-25 17:18:14 +0100 |
commit | caf0256076d87220fe31a94d89499bcdb48ce142 (patch) | |
tree | 12035d8be912f4e3ff903b7b44b91cace207bf2e /sys-libs/tdb | |
parent | app-eselect/eselect-pinentry: Version bump (v0.7.1) (diff) | |
download | gentoo-caf0256076d87220fe31a94d89499bcdb48ce142.tar.gz gentoo-caf0256076d87220fe31a94d89499bcdb48ce142.tar.bz2 gentoo-caf0256076d87220fe31a94d89499bcdb48ce142.zip |
sys-libs/tdb: EAPI-7 bump, minor cleanup
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-libs/tdb')
-rw-r--r-- | sys-libs/tdb/tdb-1.4.3.ebuild | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sys-libs/tdb/tdb-1.4.3.ebuild b/sys-libs/tdb/tdb-1.4.3.ebuild index 52f2208bdf0c..54c7cfb05fb3 100644 --- a/sys-libs/tdb/tdb-1.4.3.ebuild +++ b/sys-libs/tdb/tdb-1.4.3.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE="threads(+)" - inherit waf-utils multilib-minimal python-single-r1 -DESCRIPTION="A simple database API" +DESCRIPTION="Simple database API" HOMEPAGE="https://tdb.samba.org/" SRC_URI="https://samba.org/ftp/tdb/${P}.tar.gz" @@ -18,18 +17,19 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~am IUSE="python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="test" -RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) - python? ( ${PYTHON_DEPS} )" -DEPEND=" - ${RDEPEND} - ${PYTHON_DEPS} - app-text/docbook-xml-dtd:4.2" +RDEPEND=" + !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] ) + python? ( ${PYTHON_DEPS} ) +" +DEPEND="${RDEPEND}" +BDEPEND="${PYTHON_DEPS} + app-text/docbook-xml-dtd:4.2 +" WAF_BINARY="${S}/buildtools/bin/waf" -RESTRICT="test" - src_prepare() { default python_fix_shebang . |