diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:41:08 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:06:29 +0100 |
commit | a386879b195bb6dfa10f80047c2a08d682de6aa8 (patch) | |
tree | 6bdde164a7fcb12474f5f9ed3cf90b4e6d41dc00 /net-libs | |
parent | net-libs/libesmtp: drop x86-macos (diff) | |
download | gentoo-a386879b195bb6dfa10f80047c2a08d682de6aa8.tar.gz gentoo-a386879b195bb6dfa10f80047c2a08d682de6aa8.tar.bz2 gentoo-a386879b195bb6dfa10f80047c2a08d682de6aa8.zip |
net-libs/libetpan: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libetpan/libetpan-1.9.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild b/net-libs/libetpan/libetpan-1.9.4-r1.ebuild index 67b14af07214..b2a3b73aff0c 100644 --- a/net-libs/libetpan/libetpan-1.9.4-r1.ebuild +++ b/net-libs/libetpan/libetpan-1.9.4-r1.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=7 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/dinhviethoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="berkdb gnutls ipv6 liblockfile libressl lmdb sasl ssl static-libs" # BerkDB is only supported up to version 6.0 |