Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
Date: Fri, 03 May 2019 04:46:28
Message-Id: 1556856078.5b742ced7e89a0aaac3600d90e1376af527d8db9.bman@gentoo
1 commit: 5b742ced7e89a0aaac3600d90e1376af527d8db9
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 3 04:01:18 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 04:01:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b742ced
7
8 dev-libs/libbytesize: arm64 stable (bug #684928)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-libs/libbytesize/libbytesize-1.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libbytesize/libbytesize-1.4.ebuild b/dev-libs/libbytesize/libbytesize-1.4.ebuild
17 index aa3cfef08c4..3e5b0175c92 100644
18 --- a/dev-libs/libbytesize/libbytesize-1.4.ebuild
19 +++ b/dev-libs/libbytesize/libbytesize-1.4.ebuild
20 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/storaged-project/libbytesize"
21 SRC_URI="https://github.com/storaged-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="LGPL-2+"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
26 IUSE="doc test"
27
28 REQUIRED_USE="${PYTHON_REQUIRED_USE}"