Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
Date: Thu, 02 May 2019 21:24:52
Message-Id: 1556832283.0555eb4a7f105ba683a16fee03cd2e86000fd156.slyfox@gentoo
1 commit: 0555eb4a7f105ba683a16fee03cd2e86000fd156
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu May 2 21:18:43 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 21:24:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0555eb4a
7
8 dev-libs/libbytesize: stable 1.4 for sparc, bug #684928
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/libbytesize/libbytesize-1.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libbytesize/libbytesize-1.4.ebuild b/dev-libs/libbytesize/libbytesize-1.4.ebuild
19 index a350712ffa2..aa3cfef08c4 100644
20 --- a/dev-libs/libbytesize/libbytesize-1.4.ebuild
21 +++ b/dev-libs/libbytesize/libbytesize-1.4.ebuild
22 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/storaged-project/libbytesize"
23 SRC_URI="https://github.com/storaged-project/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
24 LICENSE="LGPL-2+"
25 SLOT="0"
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
27 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
28 IUSE="doc test"
29
30 REQUIRED_USE="${PYTHON_REQUIRED_USE}"