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 DB31C1396D0 for ; Sat, 2 Sep 2017 14:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BE8BE0D12; Sat, 2 Sep 2017 14:05: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 2C9DBE0D12 for ; Sat, 2 Sep 2017 14:05: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 6483F33FE74 for ; Sat, 2 Sep 2017 14:05:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D29C98B69 for ; Sat, 2 Sep 2017 14:05:45 +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: <1504361137.c51d424e49f831dba5f0fc530fa7da247d35d5d6.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkvkontakte/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkvkontakte/libkvkontakte-9999.ebuild X-VCS-Directories: net-libs/libkvkontakte/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c51d424e49f831dba5f0fc530fa7da247d35d5d6 X-VCS-Branch: master Date: Sat, 2 Sep 2017 14:05:45 +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: 2738123a-b1d9-4ada-9e2c-d0aa083cfda3 X-Archives-Hash: 591a3ecb6f3a9df80461f37152cef3cf commit: c51d424e49f831dba5f0fc530fa7da247d35d5d6 Author: Michael Palimaka gentoo org> AuthorDate: Sat Sep 2 14:05:33 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Sep 2 14:05:37 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c51d424e net-libs/libkvkontakte: sync with main tree Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-libs/libkvkontakte/libkvkontakte-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-libs/libkvkontakte/libkvkontakte-9999.ebuild b/net-libs/libkvkontakte/libkvkontakte-9999.ebuild index b1a063d69c..e4637308b2 100644 --- a/net-libs/libkvkontakte/libkvkontakte-9999.ebuild +++ b/net-libs/libkvkontakte/libkvkontakte-9999.ebuild @@ -9,14 +9,12 @@ inherit kde5 DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru" HOMEPAGE="https://www.digikam.org/" -LICENSE="GPL-2" +LICENSE="GPL-2+ || ( LGPL-2.1 LGPL-3 )" KEYWORDS="" IUSE="" DEPEND=" - $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kdewebkit) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) @@ -29,4 +27,4 @@ DEPEND=" RDEPEND="${DEPEND}" # accessing network -RESTRICT="test" +RESTRICT+=" test"