diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-29 16:45:30 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-29 16:45:30 -0400 |
commit | e6abbfc5ae45b83d08b0d877c29cd7ea19433c3e (patch) | |
tree | 2f56ab78038dd3196130fa51837d5b2222a1b18c /app-text/scdoc | |
parent | gui-libs/wlroots: arm64 stable (diff) | |
download | gentoo-e6abbfc5ae45b83d08b0d877c29cd7ea19433c3e.tar.gz gentoo-e6abbfc5ae45b83d08b0d877c29cd7ea19433c3e.tar.bz2 gentoo-e6abbfc5ae45b83d08b0d877c29cd7ea19433c3e.zip |
app-text/scdoc: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.67, Repoman-2.3.13
RepoMan-Options: --include-arches="arm64"
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 7e318dbd570a..77bf0dba2e95 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" |