Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
Date: Tue, 07 May 2019 20:14:17
Message-Id: 1557260013.c2b4f160d4b0227bcf9502c63e5eed388cd2cee0.klausman@gentoo
1 commit: c2b4f160d4b0227bcf9502c63e5eed388cd2cee0
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 20:13:21 2019 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 20:13:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b4f160
7
8 dev-libs/libbytesize-1.4-r0: alpha stable
9
10 Bug: http://bugs.gentoo.org/684928
11 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
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 3e5b0175c92..67384154961 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}"