diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-04-26 21:06:23 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-28 10:44:06 +0300 |
commit | 200beb55e1818a711465c123c42f30c36bab26b4 (patch) | |
tree | 250603aea84c8a66fac548a63d2a9031d170e658 /app-portage/kuroo | |
parent | net-irc/irssi-xmpp: Version bump to 0.54 (diff) | |
download | gentoo-200beb55e1818a711465c123c42f30c36bab26b4.tar.gz gentoo-200beb55e1818a711465c123c42f30c36bab26b4.tar.bz2 gentoo-200beb55e1818a711465c123c42f30c36bab26b4.zip |
app-portage/kuroo: add missing xdg-utils eclass
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>
Diffstat (limited to 'app-portage/kuroo')
-rw-r--r-- | app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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/" |