diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:29:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:07:19 +0000 |
commit | c63fdda6fc54c3232309a08a9d22fc84e99fb09c (patch) | |
tree | c3abed1b5a7d803ba75c4c0c4d22846f4c914477 /dev-util/pkgconf | |
parent | dev-util/patchutils: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-c63fdda6fc54c3232309a08a9d22fc84e99fb09c.tar.gz gentoo-c63fdda6fc54c3232309a08a9d22fc84e99fb09c.tar.bz2 gentoo-c63fdda6fc54c3232309a08a9d22fc84e99fb09c.zip |
dev-util/pkgconf: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/pkgconf-1.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild b/dev-util/pkgconf/pkgconf-1.6.3.ebuild index 1338eee18e3d..1593586bcec8 100644 --- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild +++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2012-2020 Gentoo Authors +# Copyright 2012-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://git.sr.ht/~kaniini/pkgconf" else SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |