diff options
author | 2021-01-06 16:24:57 +0100 | |
---|---|---|
committer | 2021-01-06 16:24:57 +0100 | |
commit | 03cd2cd170ea09b1de12f264670f798c505830c5 (patch) | |
tree | 092371f1306d11a21824a74f18505a42102af74c /sys-apps/most/most-5.1.0.ebuild | |
parent | sys-apps/miscfiles: drop x86-macos (diff) | |
download | gentoo-03cd2cd170ea09b1de12f264670f798c505830c5.tar.gz gentoo-03cd2cd170ea09b1de12f264670f798c505830c5.tar.bz2 gentoo-03cd2cd170ea09b1de12f264670f798c505830c5.zip |
sys-apps/most: 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-apps/most/most-5.1.0.ebuild')
-rw-r--r-- | sys-apps/most/most-5.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/most/most-5.1.0.ebuild b/sys-apps/most/most-5.1.0.ebuild index bcd6abb617c0..9268240d6aeb 100644 --- a/sys-apps/most/most-5.1.0.ebuild +++ b/sys-apps/most/most-5.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 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://www.jedsoft.org/releases/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="" RDEPEND=">=sys-libs/slang-2.1.3" |