diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-25 01:00:12 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-25 01:00:12 +0200 |
commit | c909f7c524a6e78f62c97e7b31a0a049ad09983a (patch) | |
tree | 774336ba22332236fefd3164d81900cfbd21a08f /app-text/scdoc | |
parent | app-office/moneydance: x86 stable (bug #682734) (diff) | |
download | gentoo-c909f7c524a6e78f62c97e7b31a0a049ad09983a.tar.gz gentoo-c909f7c524a6e78f62c97e7b31a0a049ad09983a.tar.bz2 gentoo-c909f7c524a6e78f62c97e7b31a0a049ad09983a.zip |
app-text/scdoc: x86 stable (bug #682942)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-text/scdoc')
-rw-r--r-- | app-text/scdoc/scdoc-1.9.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/scdoc/scdoc-1.9.3-r1.ebuild b/app-text/scdoc/scdoc-1.9.3-r1.ebuild index 0da165e4b481..7e318dbd570a 100644 --- a/app-text/scdoc/scdoc-1.9.3-r1.ebuild +++ b/app-text/scdoc/scdoc-1.9.3-r1.ebuild @@ -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 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="MIT" |