diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 22:43:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 23:17:39 +0100 |
commit | 26db20236c569703ae392c5e397434c26011a1e1 (patch) | |
tree | 1cbcb0acf8db09bd9c4bbb35bc37cdf74e7b157c /kde-misc | |
parent | x11-misc/xsettingsd: update EAPI 7 -> 8 (diff) | |
download | gentoo-26db20236c569703ae392c5e397434c26011a1e1.tar.gz gentoo-26db20236c569703ae392c5e397434c26011a1e1.tar.bz2 gentoo-26db20236c569703ae392c5e397434c26011a1e1.zip |
kde-misc/ktoshiba: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild index f12ad75a97c7..d4a43e5654c2 100644 --- a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild +++ b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild @@ -1,24 +1,21 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm DESCRIPTION="Function key (FN) monitoring for Toshiba laptops" -HOMEPAGE="http://ktoshiba.sourceforge.net/" -SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.xz" +HOMEPAGE="https://ktoshiba.sourceforge.net/" +SRC_URI="https://prdownloads.sourceforge.net/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="5" KEYWORDS="~amd64" IUSE="" -BDEPEND=" - sys-devel/gettext -" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -35,6 +32,7 @@ DEPEND=" net-libs/libmnl " RDEPEND="${DEPEND}" +BDEPEND="sys-devel/gettext" PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) |