Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/
Date: Wed, 01 Jan 2020 17:30:05
Message-Id: 1577899770.5762dff712d6d7aea0aed68591039457220d2873.bkohler@gentoo
1 commit: 5762dff712d6d7aea0aed68591039457220d2873
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 17:28:28 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 17:29:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5762dff7
7
8 net-misc/remmina: properly handle new optional cups dep
9
10 Closes: https://bugs.gentoo.org/704484
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 .../remmina/{remmina-1.3.9.ebuild => remmina-1.3.9-r1.ebuild} | 8 +++++---
15 1 file changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/remmina/remmina-1.3.9.ebuild b/net-misc/remmina/remmina-1.3.9-r1.ebuild
18 similarity index 90%
19 rename from net-misc/remmina/remmina-1.3.9.ebuild
20 rename to net-misc/remmina/remmina-1.3.9-r1.ebuild
21 index cb5f77b485e..42a9e58cb1c 100644
22 --- a/net-misc/remmina/remmina-1.3.9.ebuild
23 +++ b/net-misc/remmina/remmina-1.3.9-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -14,7 +14,7 @@ SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"
31 LICENSE="GPL-2+-with-openssl-exception"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 -IUSE="ayatana crypt examples gnome-keyring kwallet libressl nls spice ssh rdp telepathy vnc webkit zeroconf"
35 +IUSE="ayatana crypt cups examples gnome-keyring kwallet libressl nls spice ssh rdp telepathy vnc webkit zeroconf"
36
37 CDEPEND="
38 dev-libs/glib:2
39 @@ -27,7 +27,8 @@ CDEPEND="
40 x11-libs/libxkbfile
41 ayatana? ( dev-libs/libappindicator:3 )
42 crypt? ( dev-libs/libgcrypt:0= )
43 - rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129 )
44 + rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129
45 + cups? ( net-print/cups:= ) )
46 gnome-keyring? ( app-crypt/libsecret )
47 kwallet? ( kde-frameworks/kwallet )
48 !libressl? ( dev-libs/openssl:0= )
49 @@ -63,6 +64,7 @@ src_configure() {
50 -DWITH_GETTEXT=$(usex nls)
51 -DWITH_TRANSLATIONS=$(usex nls)
52 -DWITH_FREERDP=$(usex rdp)
53 + -DWITH_CUPS=$(usex cups)
54 -DWITH_SPICE=$(usex spice)
55 -DWITH_LIBSSH=$(usex ssh)
56 -DWITH_VTE=$(usex ssh)