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 D757C138239 for ; Mon, 30 Mar 2020 00:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 016BBE0930; Mon, 30 Mar 2020 00:32:32 +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 868A3E0930 for ; Mon, 30 Mar 2020 00:32:31 +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 3A01234F038 for ; Mon, 30 Mar 2020 00:32:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D58921A3 for ; Mon, 30 Mar 2020 00:32:27 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1585528032.879550836a1eed6bf7d9137a2bcec6b79f48ada0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/elisa/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/elisa/elisa-20.03.80.ebuild media-sound/elisa/elisa-20.04.49.9999.ebuild media-sound/elisa/elisa-9999.ebuild X-VCS-Directories: media-sound/elisa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 879550836a1eed6bf7d9137a2bcec6b79f48ada0 X-VCS-Branch: master Date: Mon, 30 Mar 2020 00:32:27 +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: 70127871-2a99-4e1f-a236-a483af8af3d1 X-Archives-Hash: 9cfabc4553cd793516cf2be175322361 commit: 879550836a1eed6bf7d9137a2bcec6b79f48ada0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 30 00:27:12 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 30 00:27:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=87955083 media-sound/elisa: Re-add missing KDE_RELEASE_SERVICE="true" Somehow this didn't make it into the 9999 ebuild originally. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/elisa/elisa-20.03.80.ebuild | 1 + media-sound/elisa/elisa-20.04.49.9999.ebuild | 1 + media-sound/elisa/elisa-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/media-sound/elisa/elisa-20.03.80.ebuild b/media-sound/elisa/elisa-20.03.80.ebuild index 851b9a696c..27b85b62d5 100644 --- a/media-sound/elisa/elisa-20.03.80.ebuild +++ b/media-sound/elisa/elisa-20.03.80.ebuild @@ -5,6 +5,7 @@ EAPI=7 ECM_HANDBOOK="optional" ECM_TEST="forceoptional" +KDE_RELEASE_SERVICE="true" KFMIN=5.68.0 QTMIN=5.12.3 inherit ecm kde.org diff --git a/media-sound/elisa/elisa-20.04.49.9999.ebuild b/media-sound/elisa/elisa-20.04.49.9999.ebuild index eb286c7927..99f354bc1a 100644 --- a/media-sound/elisa/elisa-20.04.49.9999.ebuild +++ b/media-sound/elisa/elisa-20.04.49.9999.ebuild @@ -5,6 +5,7 @@ EAPI=7 ECM_HANDBOOK="optional" ECM_TEST="forceoptional" +KDE_RELEASE_SERVICE="true" KFMIN=5.68.0 QTMIN=5.12.3 inherit ecm kde.org diff --git a/media-sound/elisa/elisa-9999.ebuild b/media-sound/elisa/elisa-9999.ebuild index eb286c7927..99f354bc1a 100644 --- a/media-sound/elisa/elisa-9999.ebuild +++ b/media-sound/elisa/elisa-9999.ebuild @@ -5,6 +5,7 @@ EAPI=7 ECM_HANDBOOK="optional" ECM_TEST="forceoptional" +KDE_RELEASE_SERVICE="true" KFMIN=5.68.0 QTMIN=5.12.3 inherit ecm kde.org