diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:01:34 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:01:34 +0100 |
commit | 48c01b99d679b10d8c82d319dc8e4e263fabb22b (patch) | |
tree | bf7269a998bdbab4aea25c858b4c2cbf345b0cba | |
parent | app-editors/gvim: drop x86-macos (diff) | |
download | gentoo-48c01b99d679b10d8c82d319dc8e4e263fabb22b.tar.gz gentoo-48c01b99d679b10d8c82d319dc8e4e263fabb22b.tar.bz2 gentoo-48c01b99d679b10d8c82d319dc8e4e263fabb22b.zip |
app-editors/hexedit: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild index a5317a013d9b..7bd04eb1bd36 100644 --- a/app-editors/hexedit/hexedit-1.2.13.ebuild +++ b/app-editors/hexedit/hexedit-1.2.13.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=5 @@ -10,7 +10,7 @@ SRC_URI="http://rigaux.org/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" DEPEND="sys-libs/ncurses:=" RDEPEND="${DEPEND}" |