Closes: https://bugs.gentoo.org/697192
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
-
-inherit eutils
+EAPI=7
DESCRIPTION="Endpoint turns a Linux machine with a firewire card into an SBP-2 device"
HOMEPAGE="http://oss.oracle.com/projects/endpoint/"
IUSE=""
RDEPEND=">=sys-libs/libraw1394-0.9
- >=dev-libs/glib-2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ >=dev-libs/glib-2:2"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${P}-errormessages.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${P}-errormessages.patch
+)
src_install() {
emake -j1 install DESTDIR="${D}"