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 72C6715808B for ; Sun, 18 Feb 2024 22:49:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 412B92BC056; Sun, 18 Feb 2024 22:49:25 +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 1D6242BC056 for ; Sun, 18 Feb 2024 22:49:25 +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 22531343107 for ; Sun, 18 Feb 2024 22:49:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E5CC14D1 for ; Sun, 18 Feb 2024 22:49:21 +0000 (UTC) From: "Horodniceanu Andrei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" Message-ID: <1707058243.8ee5fd5d1e5484ac1ab91b00bc1629768fb8e52d.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: dev-util/dub/ X-VCS-Repository: repo/user/dlang X-VCS-Files: dev-util/dub/dub-1.35.1.ebuild X-VCS-Directories: dev-util/dub/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: 8ee5fd5d1e5484ac1ab91b00bc1629768fb8e52d X-VCS-Branch: master Date: Sun, 18 Feb 2024 22:49:21 +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: e5c66475-4fab-4f44-8126-025f942960df X-Archives-Hash: d4d9419b61091589df23f3f5b9a4a138 commit: 8ee5fd5d1e5484ac1ab91b00bc1629768fb8e52d Author: Andrei Horodniceanu proton me> AuthorDate: Sun Feb 4 14:50:43 2024 +0000 Commit: Horodniceanu Andrei proton me> CommitDate: Sun Feb 4 14:50:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=8ee5fd5d dev-util/dub: stabilize 1.35.1 for amd64, x86 Signed-off-by: Andrei Horodniceanu proton.me> dev-util/dub/dub-1.35.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/dub/dub-1.35.1.ebuild b/dev-util/dub/dub-1.35.1.ebuild index ac524f5..3c503a8 100644 --- a/dev-util/dub/dub-1.35.1.ebuild +++ b/dev-util/dub/dub-1.35.1.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://code.dlang.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" GITHUB_URI="https://codeload.github.com/dlang"