Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/
Date: Mon, 29 Nov 2021 17:15:34
Message-Id: 1638206121.69698bfe2776f0cc9e990bd8be6887a7eb20a636.arthurzam@gentoo
1 commit: 69698bfe2776f0cc9e990bd8be6887a7eb20a636
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 17:15:09 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 17:15:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69698bfe
7
8 net-libs/librsync: Stabilize 2.3.2 ppc64, #822252
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/librsync/librsync-2.3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/librsync/librsync-2.3.2.ebuild b/net-libs/librsync/librsync-2.3.2.ebuild
16 index 0045dbf02abf..806a5783bf4e 100644
17 --- a/net-libs/librsync/librsync-2.3.2.ebuild
18 +++ b/net-libs/librsync/librsync-2.3.2.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.
20
21 LICENSE="LGPL-2.1"
22 SLOT="0/2.2"
23 -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
24 +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
25
26 RDEPEND="dev-libs/popt"
27 DEPEND="${RDEPEND}"