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/fstrm/
Date: Mon, 28 Jan 2019 19:38:16
Message-Id: 1548704274.1edb91ce07d649321ec3e055e846c7e9f5cf9a1e.slyfox@gentoo
1 commit: 1edb91ce07d649321ec3e055e846c7e9f5cf9a1e
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jan 28 11:49:27 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 19:37:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edb91ce
7
8 dev-libs/fstrm: keyworded 0.3.0 for sparc, bug #676462
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/fstrm/fstrm-0.3.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/fstrm/fstrm-0.3.0.ebuild b/dev-libs/fstrm/fstrm-0.3.0.ebuild
19 index 99407fecc23..5702ce419c5 100644
20 --- a/dev-libs/fstrm/fstrm-0.3.0.ebuild
21 +++ b/dev-libs/fstrm/fstrm-0.3.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/farsightsec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
29
30 LICENSE="Apache-2.0"
31 SLOT="0"
32 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
33 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
34 IUSE="static-libs utils"
35
36 RDEPEND="utils? ( dev-libs/libevent[${MULTILIB_USEDEP}] )"