diff options
author | Louis Sautier <sbraz@gentoo.org> | 2024-06-30 00:02:41 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2024-06-30 01:25:03 +0200 |
commit | 0d24a42ee985903fd1eb348a01da2c57b4acaa82 (patch) | |
tree | c7057ae6c0c166ebfd5337049c0e931acfa4d373 /www-apps | |
parent | dev-libs/icinga-php-library: add github upstream, remove empty BDEPEND (diff) | |
download | gentoo-0d24a42ee985903fd1eb348a01da2c57b4acaa82.tar.gz gentoo-0d24a42ee985903fd1eb348a01da2c57b4acaa82.tar.bz2 gentoo-0d24a42ee985903fd1eb348a01da2c57b4acaa82.zip |
www-apps/icingaweb2: keyword 2.12.1 for ~arm64
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild b/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild index 0a0ddca0fee2..1c60e365eb39 100644 --- a/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="master" else SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="GPL-2" |