diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:32:53 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:32:53 +0100 |
commit | 0aee3e61f5aeb6aa3e0506dde7fc0016e057f35a (patch) | |
tree | f2ef4c12274415bc58c97f8324ebe57a1b75fc44 /app-text/enscript | |
parent | app-text/enchant: drop x86-macos (diff) | |
download | gentoo-0aee3e61f5aeb6aa3e0506dde7fc0016e057f35a.tar.gz gentoo-0aee3e61f5aeb6aa3e0506dde7fc0016e057f35a.tar.bz2 gentoo-0aee3e61f5aeb6aa3e0506dde7fc0016e057f35a.zip |
app-text/enscript: 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/enscript')
-rw-r--r-- | app-text/enscript/enscript-1.6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/enscript/enscript-1.6.6.ebuild b/app-text/enscript/enscript-1.6.6.ebuild index 40d647506bc5..b613378cc142 100644 --- a/app-text/enscript/enscript-1.6.6.ebuild +++ b/app-text/enscript/enscript-1.6.6.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 @@ -9,7 +9,7 @@ DESCRIPTION="Powerful text-to-postscript converter" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" HOMEPAGE="https://www.gnu.org/software/enscript/enscript.html" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris" SLOT="0" LICENSE="GPL-3" IUSE="nls ruby" |