From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9E4A1382BD for ; Fri, 17 Jun 2016 10:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 341E5E091E; Fri, 17 Jun 2016 10:25:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96C70E091E for ; Fri, 17 Jun 2016 10:25:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1ADBF33D3CE for ; Fri, 17 Jun 2016 10:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36802320 for ; Fri, 17 Jun 2016 10:25:43 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1466109886.84130d5d47032d20d1b51a6b5e2fa067e0f03c94.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/mailcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/mailcommon/mailcommon-16.04.2.ebuild kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild kde-apps/mailcommon/mailcommon-9999.ebuild X-VCS-Directories: kde-apps/mailcommon/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 84130d5d47032d20d1b51a6b5e2fa067e0f03c94 X-VCS-Branch: master Date: Fri, 17 Jun 2016 10:25:43 +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-Archives-Salt: dcece329-2695-4d50-9d8e-714e8001ad40 X-Archives-Hash: e0c86faf479844e10a9aa05642abe6a3 commit: 84130d5d47032d20d1b51a6b5e2fa067e0f03c94 Author: Andreas Sturmlechner gmail com> AuthorDate: Thu Jun 16 20:30:20 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 16 20:44:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=84130d5d kde-apps/mailcommon: Fix LICENSE, add VIRTUALX_REQUIRED="test" Gentoo-bug: 586098 Package-Manager: portage-2.2.28 kde-apps/mailcommon/mailcommon-16.04.2.ebuild | 3 ++- kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild | 3 ++- kde-apps/mailcommon/mailcommon-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/kde-apps/mailcommon/mailcommon-16.04.2.ebuild b/kde-apps/mailcommon/mailcommon-16.04.2.ebuild index d51b490..69d12ba 100644 --- a/kde-apps/mailcommon/mailcommon-16.04.2.ebuild +++ b/kde-apps/mailcommon/mailcommon-16.04.2.ebuild @@ -6,10 +6,11 @@ EAPI=6 KDE_DESIGNERPLUGIN="true" KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Common mail library" -LICENSE="LGPL-2+" +LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild b/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild index 99f666c..64945ff 100644 --- a/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild +++ b/kde-apps/mailcommon/mailcommon-16.04.49.9999.ebuild @@ -6,10 +6,11 @@ EAPI=6 KDE_DESIGNERPLUGIN="true" KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Common mail library" -LICENSE="LGPL-2+" +LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="" IUSE="" diff --git a/kde-apps/mailcommon/mailcommon-9999.ebuild b/kde-apps/mailcommon/mailcommon-9999.ebuild index 299d000..cc42c9b 100644 --- a/kde-apps/mailcommon/mailcommon-9999.ebuild +++ b/kde-apps/mailcommon/mailcommon-9999.ebuild @@ -7,10 +7,11 @@ EAPI=6 KDE_DESIGNERPLUGIN="true" KDE_TEST="forceoptional" QT_MINIMAL="5.6.0" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Common mail library" -LICENSE="LGPL-2+" +LICENSE="GPL-2+ LGPL-2.1+" KEYWORDS="" IUSE=""