From: Michael Mair-Keimberger Date: Sun, 26 Apr 2020 19:06:23 +0000 (+0200) Subject: app-portage/kuroo: add missing xdg-utils eclass X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=200beb55e1818a711465c123c42f30c36bab26b4;p=gentoo.git app-portage/kuroo: add missing xdg-utils eclass Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/15535 Signed-off-by: Joonas Niilola --- diff --git a/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild b/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild index 0a8e445eadb1..c48facaa7beb 100644 --- a/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild +++ b/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils +inherit cmake-utils xdg-utils DESCRIPTION="Graphical Portage frontend based on KDE Frameworks" HOMEPAGE="https://sourceforge.net/projects/kuroo/"