diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:59:30 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:59:30 +0100 |
commit | ac2fbfe1ee6bef5f924b722820a66fb04c199165 (patch) | |
tree | 28cb31b976761849c38caef019697dc20b0a2d19 /app-doc/vilearn | |
parent | app-doc/pms-bin: drop x86-macos (diff) | |
download | gentoo-ac2fbfe1ee6bef5f924b722820a66fb04c199165.tar.gz gentoo-ac2fbfe1ee6bef5f924b722820a66fb04c199165.tar.bz2 gentoo-ac2fbfe1ee6bef5f924b722820a66fb04c199165.zip |
app-doc/vilearn: 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-doc/vilearn')
-rw-r--r-- | app-doc/vilearn/vilearn-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/vilearn/vilearn-1.0.ebuild b/app-doc/vilearn/vilearn-1.0.ebuild index 9c429b0f3570..4aebafc4f7ce 100644 --- a/app-doc/vilearn/vilearn-1.0.ebuild +++ b/app-doc/vilearn/vilearn-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~ppc-macos" IUSE="" RDEPEND="app-editors/vim" |