diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-14 10:43:16 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-14 10:46:52 -0600 |
commit | 451aaa5c927ae1e3a596c165ae41a7007472d29a (patch) | |
tree | 47234f5a5658331ff7490fd3d962deebbcc1a491 /app-text/scdoc | |
parent | games-util/pyfa: update deps in live ebuild (diff) | |
download | gentoo-451aaa5c927ae1e3a596c165ae41a7007472d29a.tar.gz gentoo-451aaa5c927ae1e3a596c165ae41a7007472d29a.tar.bz2 gentoo-451aaa5c927ae1e3a596c165ae41a7007472d29a.zip |
app-text/scdoc: stablize 1.10.0 for amd64 arm64 and x86
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-text/scdoc')
-rw-r--r-- | app-text/scdoc/scdoc-1.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/scdoc/scdoc-1.10.0.ebuild b/app-text/scdoc/scdoc-1.10.0.ebuild index a73e37542026..f32f05fc9bf6 100644 --- a/app-text/scdoc/scdoc-1.10.0.ebuild +++ b/app-text/scdoc/scdoc-1.10.0.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 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" fi LICENSE="MIT" |