summaryrefslogtreecommitdiff
path: root/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild')
-rw-r--r--kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild
index 3173e06cc4d1..09421ff4075b 100644
--- a/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild
+++ b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
ECM_HANDBOOK="forceoptional" # not optional until !kdelibs4support
inherit ecm
-DESCRIPTION="Locate KIO slave"
+DESCRIPTION="KIO worker for the locate command"
HOMEPAGE="https://www.linux-apps.com/content/show.php/kio-locate?content=120965"
SRC_URI="https://dl.opendesktop.org/api/files/download/id/1460972255/120965-${P}.tar.gz"
# See also: https://github.com/reporter123/kio-locate/commits/master
@@ -14,12 +14,7 @@ SRC_URI="https://dl.opendesktop.org/api/files/download/id/1460972255/120965-${P}
LICENSE="GPL-2"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="debug"
-
-PATCHES=(
- "${FILESDIR}/${P}-gcc-4.7.patch"
- "${FILESDIR}/${P}-kf5port.patch"
-)
+IUSE=""
DEPEND="
dev-qt/qtgui:5
@@ -37,3 +32,8 @@ DEPEND="
RDEPEND="${DEPEND}
sys-apps/mlocate
"
+
+PATCHES=(
+ "${FILESDIR}/${P}-gcc-4.7.patch"
+ "${FILESDIR}/${P}-kf5port.patch"
+)