From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A013F138350 for ; Tue, 28 Apr 2020 07:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DF47E09C6; Tue, 28 Apr 2020 07:44:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DEB3E09C4 for ; Tue, 28 Apr 2020 07:44:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77DFD34F013 for ; Tue, 28 Apr 2020 07:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A86200 for ; Tue, 28 Apr 2020 07:44:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1588059846.200beb55e1818a711465c123c42f30c36bab26b4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild X-VCS-Directories: app-portage/kuroo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 200beb55e1818a711465c123c42f30c36bab26b4 X-VCS-Branch: master Date: Tue, 28 Apr 2020 07:44:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f199e28-133a-4ed1-a863-e090c542d335 X-Archives-Hash: 067c9c8a6f89d7fddb2e82f24493c4d6 commit: 200beb55e1818a711465c123c42f30c36bab26b4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 26 19:06:23 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Apr 28 07:44:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200beb55 app-portage/kuroo: add missing xdg-utils eclass Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15535 Signed-off-by: Joonas Niilola gentoo.org> app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild | 4 ++-- 1 file 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 0a8e445eadb..c48facaa7be 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/"