diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:39:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:11:26 +0000 |
commit | 4439916e7569a0c324ef6e8d9ab63f1ec7abe4ff (patch) | |
tree | 55f5e6f4aabe2b4ae2ce71fd1463ee58418a70f6 /net-misc/pipes | |
parent | net-misc/openssh: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-4439916e7569a0c324ef6e8d9ab63f1ec7abe4ff.tar.gz gentoo-4439916e7569a0c324ef6e8d9ab63f1ec7abe4ff.tar.bz2 gentoo-4439916e7569a0c324ef6e8d9ab63f1ec7abe4ff.zip |
net-misc/pipes: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/pipes')
-rw-r--r-- | net-misc/pipes/pipes-1.16.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/pipes/pipes-1.16.1-r1.ebuild b/net-misc/pipes/pipes-1.16.1-r1.ebuild index d876994479fb..11036b37088e 100644 --- a/net-misc/pipes/pipes-1.16.1-r1.ebuild +++ b/net-misc/pipes/pipes-1.16.1-r1.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=6 @@ -10,7 +10,7 @@ SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc s390 x86" +KEYWORDS="amd64 ppc ~s390 x86" PATCHES=( "${FILESDIR}"/${P}-execlp.patch ) |