diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-11-27 17:03:24 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-11-27 17:04:42 +0100 |
commit | defb9713476e6d5502c5bf6dcefc41246a0630f6 (patch) | |
tree | e09269df4bad005a1666464b859795622bc1a070 /app-text/u2ps | |
parent | app-text/pastebinit: amd64 stable wrt bug #756931 (diff) | |
download | gentoo-defb9713476e6d5502c5bf6dcefc41246a0630f6.tar.gz gentoo-defb9713476e6d5502c5bf6dcefc41246a0630f6.tar.bz2 gentoo-defb9713476e6d5502c5bf6dcefc41246a0630f6.zip |
app-text/u2ps: amd64 stable wrt bug #756937
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-text/u2ps')
-rw-r--r-- | app-text/u2ps/u2ps-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/u2ps/u2ps-1.1.ebuild b/app-text/u2ps/u2ps-1.1.ebuild index c28a8ccdd0aa..e8d7cb002289 100644 --- a/app-text/u2ps/u2ps-1.1.ebuild +++ b/app-text/u2ps/u2ps-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/arsv/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="app-text/ghostscript-gpl" |