diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:10:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:54:04 +0000 |
commit | 6b28daf7c6b00a01f4528f9c794bc2b5e63e85d0 (patch) | |
tree | 38229cdfd9130af093a68cabf3896afcc89ec8cb /dev-libs/libaio | |
parent | dev-libs/kpathsea: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-6b28daf7c6b00a01f4528f9c794bc2b5e63e85d0.tar.gz gentoo-6b28daf7c6b00a01f4528f9c794bc2b5e63e85d0.tar.bz2 gentoo-6b28daf7c6b00a01f4528f9c794bc2b5e63e85d0.zip |
dev-libs/libaio: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libaio')
-rw-r--r-- | dev-libs/libaio/libaio-0.3.112.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libaio/libaio-0.3.112.ebuild b/dev-libs/libaio/libaio-0.3.112.ebuild index 4795bb4a812b..93a8952b8ee0 100644 --- a/dev-libs/libaio/libaio-0.3.112.ebuild +++ b/dev-libs/libaio/libaio-0.3.112.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" @@ -12,7 +12,7 @@ if [[ "${PV}" == 9999 ]] ; then EGIT_REPO_URI="https://pagure.io/libaio.git" else SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2" SLOT="0" |