diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:37:16 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:37:16 +0100 |
commit | 76e77b88e29738cb28046770db2b197b16742069 (patch) | |
tree | 0377f10fa4a8ad39d4fc2543794667c0da5f43a4 /app-text | |
parent | app-text/mupdf: drop x86-macos (diff) | |
download | gentoo-76e77b88e29738cb28046770db2b197b16742069.tar.gz gentoo-76e77b88e29738cb28046770db2b197b16742069.tar.bz2 gentoo-76e77b88e29738cb28046770db2b197b16742069.zip |
app-text/odt2txt: 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')
-rw-r--r-- | app-text/odt2txt/odt2txt-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/odt2txt/odt2txt-0.5.ebuild b/app-text/odt2txt/odt2txt-0.5.ebuild index d98a0992c75b..16e68da6d7d7 100644 --- a/app-text/odt2txt/odt2txt-0.5.ebuild +++ b/app-text/odt2txt/odt2txt-0.5.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=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dstosberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc64 ~sparc x86 ~x86-macos" +KEYWORDS="~alpha amd64 ~ia64 ppc64 ~sparc x86" IUSE="" RDEPEND=" |