Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vino/
Date: Thu, 26 Nov 2015 12:35:05
Message-Id: 1448541223.2eaac4c664180d50a2765c9207bbb7edb1092b6e.eva@gentoo
1 commit: 2eaac4c664180d50a2765c9207bbb7edb1092b6e
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 26 12:33:43 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 12:33:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaac4c6
7
8 net-misc/vino: drop redundant gcrypt configure switch
9
10 Package-Manager: portage-2.2.25
11
12 net-misc/vino/vino-3.18.1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/net-misc/vino/vino-3.18.1.ebuild b/net-misc/vino/vino-3.18.1.ebuild
16 index a82b4fb..bee9b3a 100644
17 --- a/net-misc/vino/vino-3.18.1.ebuild
18 +++ b/net-misc/vino/vino-3.18.1.ebuild
19 @@ -55,7 +55,6 @@ DEPEND="${RDEPEND}
20
21 src_configure() {
22 gnome2_src_configure \
23 - --with-gcrypt \
24 $(use_enable ipv6) \
25 $(use_with crypt gcrypt) \
26 $(use_with gnome-keyring secret) \