diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:34:05 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:34:05 +0100 |
commit | 49072440cb02af1530a123e0deb5d4183af8b6c9 (patch) | |
tree | d150403ba31835b9a5dc890c55ea30835450a195 /sys-libs | |
parent | sys-libs/csu: drop x86-macos (diff) | |
download | gentoo-49072440cb02af1530a123e0deb5d4183af8b6c9.tar.gz gentoo-49072440cb02af1530a123e0deb5d4183af8b6c9.tar.bz2 gentoo-49072440cb02af1530a123e0deb5d4183af8b6c9.zip |
sys-libs/db: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-6.2.38.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-6.2.38.ebuild b/sys-libs/db/db-6.2.38.ebuild index 7f8d9f870aed..e37f108dd314 100644 --- a/sys-libs/db/db-6.2.38.ebuild +++ b/sys-libs/db/db-6.2.38.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ done LICENSE="AGPL-3" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc java cxx tcl test" REQUIRED_USE="test? ( tcl )" |