mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/apwal: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=8
|
||||||
|
|
||||||
inherit toolchain-funcs
|
inherit toolchain-funcs
|
||||||
|
|
||||||
@@ -20,14 +20,10 @@ RDEPEND="
|
|||||||
x11-libs/gdk-pixbuf
|
x11-libs/gdk-pixbuf
|
||||||
x11-libs/gtk+:2
|
x11-libs/gtk+:2
|
||||||
"
|
"
|
||||||
DEPEND="
|
DEPEND="${RDEPEND}"
|
||||||
${RDEPEND}
|
BDEPEND="virtual/pkgconfig"
|
||||||
virtual/pkgconfig
|
|
||||||
"
|
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
|
||||||
"${FILESDIR}"/${P}-makefile.patch
|
|
||||||
)
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
tc-export CC PKG_CONFIG
|
tc-export CC PKG_CONFIG
|
||||||
Reference in New Issue
Block a user