diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 17:37:02 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:41 +0300 |
commit | 46d34ebab0f1a02409c5e9ee3b93cf4df78beb7e (patch) | |
tree | d086422adef069ed36f0ca0ad36029af60dc19ea /dev-libs/nettle | |
parent | dev-libs/libp11: eapi bump (diff) | |
download | gentoo-46d34ebab0f1a02409c5e9ee3b93cf4df78beb7e.tar.gz gentoo-46d34ebab0f1a02409c5e9ee3b93cf4df78beb7e.tar.bz2 gentoo-46d34ebab0f1a02409c5e9ee3b93cf4df78beb7e.zip |
dev-libs/nettle: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-libs/nettle')
-rw-r--r-- | dev-libs/nettle/nettle-3.4.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-libs/nettle/nettle-3.4.ebuild b/dev-libs/nettle/nettle-3.4.ebuild index ee1a03c88a85..40a536e8736b 100644 --- a/dev-libs/nettle/nettle-3.4.ebuild +++ b/dev-libs/nettle/nettle-3.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools multilib-build multilib-minimal multilib toolchain-funcs @@ -25,8 +25,6 @@ MULTILIB_WRAPPED_HEADERS=( DOCS=() HTML_DOCS=() -S="${WORKDIR}/${PN}-3.4" - pkg_setup() { use doc && DOCS+=( nettle.pdf |