From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-972923-garchives=archives.gentoo.org@lists.gentoo.org> 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 A3CEA1396D1 for <garchives@archives.gentoo.org>; Fri, 15 Sep 2017 10:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A46ABE0BF6; Fri, 15 Sep 2017 10:36:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 820D4E0BF6 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Sep 2017 10:36:16 +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 3CA6933BE95 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Sep 2017 10:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D83D69080 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Sep 2017 10:36:13 +0000 (UTC) From: "Michael Palimaka" <kensington@gentoo.org> 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" <kensington@gentoo.org> Message-ID: <1505471765.ae1e4ca48e590c8513ca4a59b4287bfe79660a68.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kmarkdownwebview/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild X-VCS-Directories: kde-misc/kmarkdownwebview/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ae1e4ca48e590c8513ca4a59b4287bfe79660a68 X-VCS-Branch: master Date: Fri, 15 Sep 2017 10:36:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b9b04658-75c2-42c9-b948-59408670aaf9 X-Archives-Hash: 2f9a65c77e4ad7b9112942e28b85b995 commit: ae1e4ca48e590c8513ca4a59b4287bfe79660a68 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Sep 15 10:35:55 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Sep 15 10:36:05 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae1e4ca4 kde-misc/kmarkdownwebview: update LICENSE BSD is used for src/lib/data/3rdparty/qwebchannel.js which is only compiled in with USE="-webkit". Package-Manager: Portage-2.3.6, Repoman-2.3.3 kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild b/kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild index c328563c9d..67fbf4b36b 100644 --- a/kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild +++ b/kde-misc/kmarkdownwebview/kmarkdownwebview-9999.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="KPart for rendering Markdown content " HOMEPAGE="https://frinring.wordpress.com/2017/09/14/kmarkdownwebview-0-1-0/" -LICENSE="GPL-2" +LICENSE="!webkit? ( BSD ) LGPL-2.1+" KEYWORDS="" IUSE="webkit"