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 33C6913835C for ; Mon, 28 Sep 2020 21:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75D7CE0845; Mon, 28 Sep 2020 21:26:48 +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 54F95E0845 for ; Mon, 28 Sep 2020 21:26:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5F9F7340AC0 for ; Mon, 28 Sep 2020 21:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEB0338E for ; Mon, 28 Sep 2020 21:26:44 +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: <1601328206.c71bd7f74932791555a2184ab855925783a5c58b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi/akonadi-20.08.49.9999.ebuild kde-apps/akonadi/akonadi-9999.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c71bd7f74932791555a2184ab855925783a5c58b X-VCS-Branch: master Date: Mon, 28 Sep 2020 21:26:44 +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: cc8307bb-91da-4233-a131-0bf9fb453792 X-Archives-Hash: 9474434384868707c938539f58d4c9e9 commit: c71bd7f74932791555a2184ab855925783a5c58b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 28 21:23:21 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 28 21:23:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c71bd7f7 kde-apps/akonadi: Fix variables order Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi/akonadi-20.08.49.9999.ebuild | 2 +- kde-apps/akonadi/akonadi-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/akonadi/akonadi-20.08.49.9999.ebuild b/kde-apps/akonadi/akonadi-20.08.49.9999.ebuild index fe36dd49d4..d1e5d5e595 100644 --- a/kde-apps/akonadi/akonadi-20.08.49.9999.ebuild +++ b/kde-apps/akonadi/akonadi-20.08.49.9999.ebuild @@ -15,9 +15,9 @@ inherit ecm kde.org DESCRIPTION="Storage service for PIM data and libraries for PIM apps" HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi" +LICENSE="LGPL-2.1+" SLOT="5" KEYWORDS="" -LICENSE="LGPL-2.1+" IUSE="+kaccounts +mysql postgres sqlite tools xml" REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )" diff --git a/kde-apps/akonadi/akonadi-9999.ebuild b/kde-apps/akonadi/akonadi-9999.ebuild index b2f8e00e47..6f2bd42d16 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.ebuild @@ -15,9 +15,9 @@ inherit ecm kde.org DESCRIPTION="Storage service for PIM data and libraries for PIM apps" HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi" +LICENSE="LGPL-2.1+" SLOT="5" KEYWORDS="" -LICENSE="LGPL-2.1+" IUSE="+kaccounts +mysql postgres sqlite tools xml" REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )"