commit:     26db20236c569703ae392c5e397434c26011a1e1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 21:43:06 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 22:17:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26db2023

kde-misc/ktoshiba: update EAPI 7 -> 8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild | 12 +++++-------
 1 file 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" )
 

Reply via email to