commit:     ad67a8265c84608a9652cbc466dafec9b270a420
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  8 17:26:39 2025 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Sep  8 17:30:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad67a826

x11-misc/bbkeys: update EAPI 7 -> 8

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 x11-misc/bbkeys/bbkeys-0.9.2.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild 
b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
index b3a7f7456fcb..d0dcadffe4a4 100644
--- a/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
+++ b/x11-misc/bbkeys/bbkeys-0.9.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
@@ -10,11 +10,11 @@ MY_PV="rel-$(ver_cut 1)$(ver_cut 2)$(ver_cut 3)"
 DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
 HOMEPAGE="http://bbkeys.sourceforge.net";
 SRC_URI="https://github.com/bbidulock/bbkeys/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 RDEPEND="
        >=x11-wm/blackbox-0.70.0
@@ -25,8 +25,6 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig"
 
-S="${WORKDIR}/${PN}-${MY_PV}"
-
 src_prepare() {
        sed -i -e '/^bbkeys_LDADD/ s#/usr/lib/libbt.a#-lbt#' src/Makefile.am || 
die
        default

Reply via email to