diff options
author | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-02-20 21:51:42 +0100 |
commit | 3f2ccdbd4769b520baaa8fbb4716eaba9d141dbf (patch) | |
tree | fd6273355c539037cf85e7f9351214dfb69d6ac7 /x11-misc | |
parent | x11-misc/3dfm: update EAPI 6 -> 8 (diff) | |
download | gentoo-3f2ccdbd4769b520baaa8fbb4716eaba9d141dbf.tar.gz gentoo-3f2ccdbd4769b520baaa8fbb4716eaba9d141dbf.tar.bz2 gentoo-3f2ccdbd4769b520baaa8fbb4716eaba9d141dbf.zip |
x11-misc/apwal: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/apwal/apwal-0.4.5-r3.ebuild (renamed from x11-misc/apwal/apwal-0.4.5-r2.ebuild) | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-misc/apwal/apwal-0.4.5-r2.ebuild b/x11-misc/apwal/apwal-0.4.5-r3.ebuild index 766c3ed8f76c..1fd5a464954a 100644 --- a/x11-misc/apwal/apwal-0.4.5-r2.ebuild +++ b/x11-misc/apwal/apwal-0.4.5-r3.ebuild @@ -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 -EAPI=6 +EAPI=8 inherit toolchain-funcs @@ -20,14 +20,10 @@ RDEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:2 " -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch -) +PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) src_configure() { tc-export CC PKG_CONFIG |