sys-fabric/perftest: fix DoubleEmptyLine

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-03-04 06:18:51 +00:00
parent 13138657bd
commit 170819268e
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 7 additions and 11 deletions

View File

@ -5,33 +5,29 @@ EAPI="7"
inherit autotools
MY_PV="$(ver_cut 1-2)-$(ver_cut 3-4)"
DESCRIPTION="OpenIB uverbs micro-benchmarks"
HOMEPAGE="https://github.com/linux-rdma/perftest/"
LICENSE="|| ( GPL-2 BSD-2 )"
MY_PV="$(ver_cut 1-2)"-"$(ver_cut 3-4)"
SRC_URI="https://github.com/linux-rdma/perftest/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="|| ( GPL-2 BSD-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE=""
SLOT=0
DEPEND="
sys-apps/pciutils
sys-cluster/rdma-core
"
"
RDEPEND="${DEPEND}"
S="${WORKDIR}"/"${PN}"-"${MY_PV}"
src_prepare() {
default
eautoreconf
}
src_install() {
default