diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:30:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:07:30 +0000 |
commit | f14d1a1464c97e4b369bd071c275a191a95eebc6 (patch) | |
tree | ede9c2710cdbab2f0c8e21f3c810405c4d13e46f /dev-util | |
parent | dev-util/unifdef: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-f14d1a1464c97e4b369bd071c275a191a95eebc6.tar.gz gentoo-f14d1a1464c97e4b369bd071c275a191a95eebc6.tar.bz2 gentoo-f14d1a1464c97e4b369bd071c275a191a95eebc6.zip |
dev-util/yacc: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r6.ebuild b/dev-util/yacc/yacc-1.9.1-r6.ebuild index 02614959534b..15a1b35331fb 100644 --- a/dev-util/yacc/yacc-1.9.1-r6.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r6.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 @@ -11,7 +11,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" PATCHES=( # mkstemp patch from byacc ebuild. |