app-portage/kuroo: add missing xdg-utils eclass
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 26 Apr 2020 19:06:23 +0000 (21:06 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 28 Apr 2020 07:44:06 +0000 (10:44 +0300)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15535
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild

index 0a8e445eadb18f09ac8677296251ef7c16721ba2..c48facaa7bebf3eec9e8b381fa84ccb135134812 100644 (file)
@@ -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/"