diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:04:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:51:32 +0000 |
commit | f64a70a92d20183f7b05433f10b59456cbc2f187 (patch) | |
tree | 1c4f8b423b579ab858910895ed8fb132dd73c907 /app-doc | |
parent | app-dicts/mecab-ipadic: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-f64a70a92d20183f7b05433f10b59456cbc2f187.tar.gz gentoo-f64a70a92d20183f7b05433f10b59456cbc2f187.tar.bz2 gentoo-f64a70a92d20183f7b05433f10b59456cbc2f187.zip |
app-doc/autobook: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/autobook/autobook-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/autobook/autobook-1.5.ebuild b/app-doc/autobook/autobook-1.5.ebuild index d8679abf079e..f59a5425bb6d 100644 --- a/app-doc/autobook/autobook-1.5.ebuild +++ b/app-doc/autobook/autobook-1.5.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=7 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="OPL" SLOT="0" -KEYWORDS="amd64 arm hppa ~ia64 ~m68k ppc s390 x86" +KEYWORDS="amd64 arm hppa ~ia64 ~m68k ppc ~s390 x86" src_install() { local HTML_DOCS=( . ) |