summaryrefslogtreecommitdiff
path: root/sys-block/aoetools/aoetools-37.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /sys-block/aoetools/aoetools-37.ebuild
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'sys-block/aoetools/aoetools-37.ebuild')
-rw-r--r--sys-block/aoetools/aoetools-37.ebuild20
1 files changed, 7 insertions, 13 deletions
diff --git a/sys-block/aoetools/aoetools-37.ebuild b/sys-block/aoetools/aoetools-37.ebuild
index 08add0f74920..ffa4bd60f08e 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 )
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
-PATCHES=(
- "${FILESDIR}"/${PN}-32-build.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-32-build.patch )
-src_prepare() {
- default
+src_configure() {
tc-export CC
}