From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id BCA6515800A for ; Sun, 25 May 2025 08:59:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A3AD4343009 for ; Sun, 25 May 2025 08:59:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 89E55110105; Sun, 25 May 2025 08:59:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7EF22110105 for ; Sun, 25 May 2025 08:59:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34FBB343009 for ; Sun, 25 May 2025 08:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C302E9B for ; Sun, 25 May 2025 08:59:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748163497.b84cb1bc39a7dc3809be80cd34bb21f462cd337b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5-appl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/mit-krb5-appl/mit-krb5-appl-1.0.3-r5.ebuild X-VCS-Directories: app-crypt/mit-krb5-appl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b84cb1bc39a7dc3809be80cd34bb21f462cd337b X-VCS-Branch: master Date: Sun, 25 May 2025 08:59:03 +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: df2f24af-c6cb-4a43-b58d-a893f5e60f27 X-Archives-Hash: c2d423ff6f2c1f8b539df52ebf1c5a87 commit: b84cb1bc39a7dc3809be80cd34bb21f462cd337b Author: Sam James gentoo org> AuthorDate: Sun May 25 08:58:17 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 25 08:58:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84cb1bc app-crypt/mit-krb5-appl: add dejagnu test dep Not that it fixes the other issues w/ tests. Signed-off-by: Sam James gentoo.org> app-crypt/mit-krb5-appl/mit-krb5-appl-1.0.3-r5.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-crypt/mit-krb5-appl/mit-krb5-appl-1.0.3-r5.ebuild b/app-crypt/mit-krb5-appl/mit-krb5-appl-1.0.3-r5.ebuild index e2cbfd5d99d9..e07e52f4ab99 100644 --- a/app-crypt/mit-krb5-appl/mit-krb5-appl-1.0.3-r5.ebuild +++ b/app-crypt/mit-krb5-appl/mit-krb5-appl-1.0.3-r5.ebuild @@ -15,8 +15,13 @@ S="${WORKDIR}/${MY_P}" LICENSE="openafs-krb5-a BSD" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sparc x86" +IUSE="test" +RESTRICT="!test? ( test )" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + virtual/pkgconfig + test? ( dev-util/dejagnu ) +" RDEPEND=">=app-crypt/mit-krb5-1.8.0 sys-fs/e2fsprogs sys-libs/ncurses:=