Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
Date: Tue, 28 Apr 2020 07:45:19
Message-Id: 1588059846.200beb55e1818a711465c123c42f30c36bab26b4.juippis@gentoo
1 commit: 200beb55e1818a711465c123c42f30c36bab26b4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 26 19:06:23 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 07:44:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200beb55
7
8 app-portage/kuroo: add missing xdg-utils eclass
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15535
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild b/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
19 index 0a8e445eadb..c48facaa7be 100644
20 --- a/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
21 +++ b/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -inherit cmake-utils
30 +inherit cmake-utils xdg-utils
31
32 DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
33 HOMEPAGE="https://sourceforge.net/projects/kuroo/"