diff options
author | 2025-01-09 02:56:56 +0000 | |
---|---|---|
committer | 2025-01-09 02:57:15 +0000 | |
commit | 220f44145b6f8d2f4956c52eed8f2ecf9f1cdded (patch) | |
tree | 990cf2302a6c1f0d47e969f650f2d3f1b88d27fc /net-analyzer | |
parent | profiles/arch/alpha: mask USE=mysql (diff) | |
download | gentoo-220f44145b6f8d2f4956c52eed8f2ecf9f1cdded.tar.gz gentoo-220f44145b6f8d2f4956c52eed8f2ecf9f1cdded.tar.bz2 gentoo-220f44145b6f8d2f4956c52eed8f2ecf9f1cdded.zip |
net-analyzer/cacti: drop ~alpha
Needs php[mysql] and USE=mysql is masked here now.
Bug: https://bugs.gentoo.org/919865
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti/cacti-1.2.21.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-1.2.26.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/cacti/cacti-1.2.21.ebuild b/net-analyzer/cacti/cacti-1.2.21.ebuild index 1bbc77868e48..8ecd1781018b 100644 --- a/net-analyzer/cacti/cacti-1.2.21.ebuild +++ b/net-analyzer/cacti/cacti-1.2.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.cacti.net/" SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc64 sparc x86" IUSE="snmp doc" need_httpd diff --git a/net-analyzer/cacti/cacti-1.2.26.ebuild b/net-analyzer/cacti/cacti-1.2.26.ebuild index 1bbc77868e48..8ecd1781018b 100644 --- a/net-analyzer/cacti/cacti-1.2.26.ebuild +++ b/net-analyzer/cacti/cacti-1.2.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ HOMEPAGE="https://www.cacti.net/" SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc64 sparc x86" IUSE="snmp doc" need_httpd |