mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
x11-misc/bbkeys: update EAPI 7 -> 8
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
ea64944a96
commit
ad67a8265c
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit autotools
|
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"
|
DESCRIPTION="Use keyboard shortcuts in the blackbox wm"
|
||||||
HOMEPAGE="http://bbkeys.sourceforge.net"
|
HOMEPAGE="http://bbkeys.sourceforge.net"
|
||||||
SRC_URI="https://github.com/bbidulock/bbkeys/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/bbidulock/bbkeys/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ppc x86"
|
KEYWORDS="amd64 ppc x86"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=x11-wm/blackbox-0.70.0
|
>=x11-wm/blackbox-0.70.0
|
||||||
@ -25,8 +25,6 @@ RDEPEND="
|
|||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="virtual/pkgconfig"
|
BDEPEND="virtual/pkgconfig"
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
sed -i -e '/^bbkeys_LDADD/ s#/usr/lib/libbt.a#-lbt#' src/Makefile.am || die
|
sed -i -e '/^bbkeys_LDADD/ s#/usr/lib/libbt.a#-lbt#' src/Makefile.am || die
|
||||||
default
|
default
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user