diff options
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/aoetools/aoetools-37.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/sys-block/aoetools/aoetools-37.ebuild b/sys-block/aoetools/aoetools-37.ebuild index 08add0f74920..27aacf3bf3f4 100644 --- a/sys-block/aoetools/aoetools-37.ebuild +++ b/sys-block/aoetools/aoetools-37.ebuild @@ -1,27 +1,21 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + inherit toolchain-funcs DESCRIPTION="tools for ATA over Ethernet (AoE) network storage protocol" HOMEPAGE="https://github.com/OpenAoE/aoetools" SRC_URI="https://github.com/OpenAoE/${PN}/archive/${P}.tar.gz" +S="${WORKDIR}/${PN}-${P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -S="${WORKDIR}/${PN}-${P}" - -DOCS=( NEWS README ) -PATCHES=( - "${FILESDIR}"/${PN}-32-build.patch -) +PATCHES=( "${FILESDIR}"/${PN}-32-build.patch ) -src_prepare() { - default +src_configure() { tc-export CC } |