Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups/
Date: Mon, 13 Feb 2017 21:28:42
Message-Id: 1487021312.733d2f7460f5cd7a589abafdab429eec19537de5.dilfridge@gentoo
1 commit: 733d2f7460f5cd7a589abafdab429eec19537de5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 21:28:02 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 21:28:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733d2f74
7
8 net-print/cups: Remove libgcrypt dep, it seems not to be used anymore
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-print/cups/cups-9999.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/net-print/cups/cups-9999.ebuild b/net-print/cups/cups-9999.ebuild
16 index 9b1b655e91..0c97e45712 100644
17 --- a/net-print/cups/cups-9999.ebuild
18 +++ b/net-print/cups/cups-9999.ebuild
19 @@ -55,7 +55,6 @@ CDEPEND="
20 pam? ( virtual/pam )
21 python? ( ${PYTHON_DEPS} )
22 ssl? (
23 - >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}]
24 >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}]
25 )
26 systemd? ( sys-apps/systemd )