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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5417C15807B for ; Wed, 30 Oct 2024 20:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F32BE07A9; Wed, 30 Oct 2024 20:32:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C248E07B3 for ; Wed, 30 Oct 2024 20:32: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 AFB4134305E for ; Wed, 30 Oct 2024 20:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 271401295 for ; Wed, 30 Oct 2024 20:32:18 +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: <1730320319.0c1382a5ee0f072cf259bbbb72d8a3ec88b4bd9e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dibbler/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dibbler/dibbler-1.0.1-r4.ebuild X-VCS-Directories: net-misc/dibbler/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0c1382a5ee0f072cf259bbbb72d8a3ec88b4bd9e X-VCS-Branch: master Date: Wed, 30 Oct 2024 20:32: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: ac0ad53c-e4f1-4460-b49f-89b80c3907a1 X-Archives-Hash: a4be8c2049eb66c7b022e94868927670 commit: 0c1382a5ee0f072cf259bbbb72d8a3ec88b4bd9e Author: Sam James gentoo org> AuthorDate: Wed Oct 30 20:31:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 30 20:31:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1382a5 net-misc/dibbler: Stabilize 1.0.1-r4 amd64, #942565 Signed-off-by: Sam James gentoo.org> net-misc/dibbler/dibbler-1.0.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dibbler/dibbler-1.0.1-r4.ebuild b/net-misc/dibbler/dibbler-1.0.1-r4.ebuild index 6adb413c8959..84707e2e900e 100644 --- a/net-misc/dibbler/dibbler-1.0.1-r4.ebuild +++ b/net-misc/dibbler/dibbler-1.0.1-r4.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://klub.com.pl/dhcpv6/dibbler/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~mips x86" +KEYWORDS="amd64 ~arm64 ~hppa ~mips x86" IUSE="doc resolvconf" RDEPEND="resolvconf? ( virtual/resolvconf )"