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 5C47615808B for ; Thu, 3 Mar 2022 18:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9859FE0A0B; Thu, 3 Mar 2022 18:17:47 +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 7D4EEE0A0B for ; Thu, 3 Mar 2022 18:17:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 51E9A342BEF for ; Thu, 3 Mar 2022 18:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02B7E1F1 for ; Thu, 3 Mar 2022 18:17:45 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1646331453.0f1986b5c185b18235d45e36f9d557f43f2f6e89.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-director/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.1.ebuild X-VCS-Directories: www-apps/icingaweb2-module-director/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 0f1986b5c185b18235d45e36f9d557f43f2f6e89 X-VCS-Branch: master Date: Thu, 3 Mar 2022 18:17:45 +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: efa5786b-4eb7-4a38-965f-87d5f5105c0c X-Archives-Hash: 7eb6eb39b0a4509c7271c571b210c688 commit: 0f1986b5c185b18235d45e36f9d557f43f2f6e89 Author: Jakov Smolić gentoo org> AuthorDate: Thu Mar 3 18:17:33 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Mar 3 18:17:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1986b5 www-apps/icingaweb2-module-director: Stabilize 1.8.1 amd64, #831740 Signed-off-by: Jakov Smolić gentoo.org> .../icingaweb2-module-director-1.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.1.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.1.ebuild index 0d9d32306e89..a9afdf74c7ab 100644 --- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.1.ebuild +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ "${PV}" == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-director.git" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" MY_PN="icingaweb2-module-director" SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}"