diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:16:36 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:16:36 +0100 |
commit | 10345ea10a9b44025fe98dac221bf007b7e1eeda (patch) | |
tree | 1501d0e86b2ff2b3bf54d0c15b966bfc3d27c7b2 /app-misc | |
parent | app-misc/glimpse: drop x86-macos (diff) | |
download | gentoo-10345ea10a9b44025fe98dac221bf007b7e1eeda.tar.gz gentoo-10345ea10a9b44025fe98dac221bf007b7e1eeda.tar.bz2 gentoo-10345ea10a9b44025fe98dac221bf007b7e1eeda.zip |
app-misc/mc: 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-misc')
-rw-r--r-- | app-misc/mc/mc-4.8.25-r1.ebuild | 2 | ||||
-rw-r--r-- | app-misc/mc/mc-4.8.25.ebuild | 4 | ||||
-rw-r--r-- | app-misc/mc/mc-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/mc/mc-4.8.25-r1.ebuild b/app-misc/mc/mc-4.8.25-r1.ebuild index fa0305d339cd..9d1a282a2ca3 100644 --- a/app-misc/mc/mc-4.8.25-r1.ebuild +++ b/app-misc/mc/mc-4.8.25-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="+edit gpm nls samba sftp +slang spell test unicode X +xdg" REQUIRED_USE="spell? ( edit )" diff --git a/app-misc/mc/mc-4.8.25.ebuild b/app-misc/mc/mc-4.8.25.ebuild index 50564c23a106..0e041298efb4 100644 --- a/app-misc/mc/mc-4.8.25.ebuild +++ b/app-misc/mc/mc-4.8.25.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 @@ -13,7 +13,7 @@ SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="+edit gpm nls samba sftp +slang spell test unicode X +xdg" REQUIRED_USE="spell? ( edit )" diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 1220ef65dda6..936a91cde7d5 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.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 @@ -13,7 +13,7 @@ inherit flag-o-matic ${LIVE_ECLASSES} if [[ -z ${LIVE_EBUILD} ]]; then SRC_URI="http://ftp.midnight-commander.org/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" fi DESCRIPTION="GNU Midnight Commander is a text based file manager" |