mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
sys-apps/lssbus: EAPI=8, compile flags fixes, cleanup
- bump to EAPI=8 - pass correct CC, CFLAGS, LDFLAGS - cleanup empty assignments Tested on catbus devbox (since sparc only) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
4584214a24
commit
c3af0d1865
@ -1,7 +1,9 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Small utility for Linux/SPARC that list devices on SBUS"
|
||||
HOMEPAGE="https://people.redhat.com/tcallawa/lssbus/"
|
||||
@ -10,10 +12,10 @@ SRC_URI="https://people.redhat.com/tcallawa/lssbus/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* sparc"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin lssbus
|
||||
Loading…
x
Reference in New Issue
Block a user