Diff drush-6.7.0-r4 with a drush-6.7.0-r6

/usr/portage/app-admin/drush/drush-6.7.0-r6.ebuild 2023-10-09 14:52:28.144368316 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15 15
IUSE=""
16 16

  
17 17
DEPEND=""
......
23 23
	"${FILESDIR}/array-syntax.patch"
24 24
	"${FILESDIR}/${P}-php8.0.patch"
25 25
	"${FILESDIR}/${P}-gzip-mime.patch"
26
	"${FILESDIR}/${P}-dont-pass-null-to-strtoupper.patch"
27
	"${FILESDIR}/${P}-batch-signature-fix.patch"
26 28
)
27 29

  
28 30
src_prepare() {
Thank you!