diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:12:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:41:32 +0100 |
commit | 44a37cb06bced7db636913a74ce66f3074a54fec (patch) | |
tree | 9914a98d813c99c18e0b9918fb71bbb63ff0e2c4 /virtual/gsasl | |
parent | virtual/glu: drop x86-macos (diff) | |
download | gentoo-44a37cb06bced7db636913a74ce66f3074a54fec.tar.gz gentoo-44a37cb06bced7db636913a74ce66f3074a54fec.tar.bz2 gentoo-44a37cb06bced7db636913a74ce66f3074a54fec.zip |
virtual/gsasl: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'virtual/gsasl')
-rw-r--r-- | virtual/gsasl/gsasl-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild index 5cf7ce777ec8..de5c82ccb799 100644 --- a/virtual/gsasl/gsasl-2.ebuild +++ b/virtual/gsasl/gsasl-2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for the GNU SASL library" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="|| ( net-libs/libgsasl net-misc/gsasl )" |