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 D4A491581EC for ; Sat, 23 Nov 2024 18:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E800E0883; Sat, 23 Nov 2024 18:27:13 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id DCE5FE087F for ; Sat, 23 Nov 2024 18:27:12 +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 66AAD342FA4 for ; Sat, 23 Nov 2024 18:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E0371F9A for ; Sat, 23 Nov 2024 18:27:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1732386420.b1b82cf1aad7d59a60475ab3ea14be84aa6aa18d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sagan/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/sagan/sagan-2.0.2.ebuild X-VCS-Directories: app-admin/sagan/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b1b82cf1aad7d59a60475ab3ea14be84aa6aa18d X-VCS-Branch: master Date: Sat, 23 Nov 2024 18:27:09 +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: a0a4e492-a235-42da-874a-1c83c7c20b5b X-Archives-Hash: 5c6d7503deb5963a90e680189402f118 commit: b1b82cf1aad7d59a60475ab3ea14be84aa6aa18d Author: Michał Górny gentoo org> AuthorDate: Sat Nov 23 18:27:00 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 23 18:27:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b82cf1 app-admin/sagan: Stabilize 2.0.2 amd64, #944684 Signed-off-by: Michał Górny gentoo.org> app-admin/sagan/sagan-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/sagan/sagan-2.0.2.ebuild b/app-admin/sagan/sagan-2.0.2.ebuild index b4f057665816..090a2ae6bb0b 100644 --- a/app-admin/sagan/sagan-2.0.2.ebuild +++ b/app-admin/sagan/sagan-2.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-v-2-0.2/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="geoip +libdnet mysql redis +pcap smtp" BDEPEND="virtual/pkgconfig"