Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkvkontakte/
Date: Sat, 02 Sep 2017 14:05:48
Message-Id: 1504361137.c51d424e49f831dba5f0fc530fa7da247d35d5d6.kensington@gentoo
1 commit: c51d424e49f831dba5f0fc530fa7da247d35d5d6
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 14:05:33 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:05:37 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c51d424e
7
8 net-libs/libkvkontakte: sync with main tree
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-libs/libkvkontakte/libkvkontakte-9999.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/net-libs/libkvkontakte/libkvkontakte-9999.ebuild b/net-libs/libkvkontakte/libkvkontakte-9999.ebuild
16 index b1a063d69c..e4637308b2 100644
17 --- a/net-libs/libkvkontakte/libkvkontakte-9999.ebuild
18 +++ b/net-libs/libkvkontakte/libkvkontakte-9999.ebuild
19 @@ -9,14 +9,12 @@ inherit kde5
20 DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
21 HOMEPAGE="https://www.digikam.org/"
22
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-2+ || ( LGPL-2.1 LGPL-3 )"
25 KEYWORDS=""
26 IUSE=""
27
28 DEPEND="
29 - $(add_frameworks_dep kconfig)
30 $(add_frameworks_dep kcoreaddons)
31 - $(add_frameworks_dep kdelibs4support)
32 $(add_frameworks_dep kdewebkit)
33 $(add_frameworks_dep ki18n)
34 $(add_frameworks_dep kio)
35 @@ -29,4 +27,4 @@ DEPEND="
36 RDEPEND="${DEPEND}"
37
38 # accessing network
39 -RESTRICT="test"
40 +RESTRICT+=" test"