diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:29:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:07:20 +0000 |
commit | 999b0410554f5b3a44ca1c7e8c60fdf58047f453 (patch) | |
tree | 17a6cd80e64bee5f8b889a1c5ba422d7f58a9480 /dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild | |
parent | dev-util/pkgconf: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-999b0410554f5b3a44ca1c7e8c60fdf58047f453.tar.gz gentoo-999b0410554f5b3a44ca1c7e8c60fdf58047f453.tar.bz2 gentoo-999b0410554f5b3a44ca1c7e8c60fdf58047f453.zip |
dev-util/pkgconfig: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild')
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild b/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild index 73edc7072dd3..087cbbe7251b 100644 --- a/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.28-r2.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/pkg-config.git" inherit autotools git-2 else - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SRC_URI="https://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" fi |