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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A1D7158089 for ; Tue, 19 Sep 2023 16:04:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3B552BC022; Tue, 19 Sep 2023 16:04:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A03342BC022 for ; Tue, 19 Sep 2023 16:04:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4D02335C67 for ; Tue, 19 Sep 2023 16:04:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70B6E11D6 for ; Tue, 19 Sep 2023 16:04:18 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1695139441.566b3e75f3ed42e2f5019358de6ea7f68f32e21b.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/heimdal/heimdal-7.8.0-r3.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: 566b3e75f3ed42e2f5019358de6ea7f68f32e21b X-VCS-Branch: master Date: Tue, 19 Sep 2023 16:04:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae8aaf16-b404-4b2e-93a5-ebb5f8126f12 X-Archives-Hash: b128590f713a5556b99e1d1c5afe9ae9 commit: 566b3e75f3ed42e2f5019358de6ea7f68f32e21b Author: Eray Aslan gentoo org> AuthorDate: Tue Sep 19 16:02:55 2023 +0000 Commit: Eray Aslan gentoo org> CommitDate: Tue Sep 19 16:04:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566b3e75 app-crypt/heimdal: Remove unused dependencies Signed-off-by: Eray Aslan gentoo.org> app-crypt/heimdal/heimdal-7.8.0-r3.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild index 8408240047cb..27e020f183d4 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild @@ -4,9 +4,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{11..12} ) -VIRTUALX_REQUIRED="manual" -inherit autotools db-use multilib-minimal python-any-r1 virtualx flag-o-matic +inherit autotools db-use multilib-minimal python-any-r1 flag-o-matic MY_P="${P}" DESCRIPTION="Kerberos 5 implementation from KTH" @@ -34,11 +33,6 @@ CDEPEND=" >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] afs? ( net-fs/openafs ) hdb-ldap? ( >=net-nds/openldap-2.3.0:= ) - X? ( - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXt - ) !!app-crypt/mit-krb5 !!app-crypt/mit-krb5-appl" @@ -47,8 +41,7 @@ DEPEND="${CDEPEND} dev-perl/JSON virtual/pkgconfig sys-apps/texinfo - >=sys-devel/autoconf-2.62 - test? ( X? ( ${VIRTUALX_DEPEND} ) )" + >=sys-devel/autoconf-2.62" RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-kerberos )" @@ -110,7 +103,6 @@ multilib_src_configure() { $(use_enable static-libs static) $(multilib_native_use_with caps capng) $(multilib_native_use_with hdb-ldap openldap "${EPREFIX}"/usr) - $(multilib_native_use_with X x) ) if use berkdb; then myeconfargs+=(