diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:29:16 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:29:16 +0100 |
commit | c892014eed74b517850e3239e071bf84415993e9 (patch) | |
tree | 1d7e5d81cd4df0a27772e111102a12cfb17a9d29 /app-text/dictd | |
parent | app-text/delta: drop x86-macos (diff) | |
download | gentoo-c892014eed74b517850e3239e071bf84415993e9.tar.gz gentoo-c892014eed74b517850e3239e071bf84415993e9.tar.bz2 gentoo-c892014eed74b517850e3239e071bf84415993e9.zip |
app-text/dictd: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/dictd')
-rw-r--r-- | app-text/dictd/dictd-1.13.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/dictd/dictd-1.13.0-r1.ebuild b/app-text/dictd/dictd-1.13.0-r1.ebuild index f9886dc73f58..234f0f2b0f93 100644 --- a/app-text/dictd/dictd-1.13.0-r1.ebuild +++ b/app-text/dictd/dictd-1.13.0-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 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dict/${P}.tar.gz" SLOT="0" # We install rfc so - ISOC-rfc LICENSE="GPL-2 ISOC-rfc" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="dbi judy minimal test" RESTRICT="!test? ( test )" |