Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/attr/
Date: Sun, 16 May 2021 23:46:56
Message-Id: 1621208805.a29fe424cdf2c2fdfd7dd4e7b3978b33f5e83e3f.sam@gentoo
1 commit: a29fe424cdf2c2fdfd7dd4e7b3978b33f5e83e3f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 23:46:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 23:46:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29fe424
7
8 sys-apps/attr: Stabilize 2.5.1 ppc, #790440
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/attr/attr-2.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/attr/attr-2.5.1.ebuild b/sys-apps/attr/attr-2.5.1.ebuild
16 index 5fd3eca27a1..cb4e949b4e6 100644
17 --- a/sys-apps/attr/attr-2.5.1.ebuild
18 +++ b/sys-apps/attr/attr-2.5.1.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
20
21 inherit autotools git-r3
22 else
23 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
25 SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
26 fi