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-lang/bff/
Date: Sun, 25 Mar 2018 12:45:43
Message-Id: 1521981804.9467c0838565679038d9df5893b554386cef2522.slyfox@gentoo
1 commit: 9467c0838565679038d9df5893b554386cef2522
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 12:43:24 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 12:43:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9467c083
7
8 dev-lang/bff: stable 1.0.5 for ia64, bug #651478
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-lang/bff/bff-1.0.5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/bff/bff-1.0.5.ebuild b/dev-lang/bff/bff-1.0.5.ebuild
17 index b0504e8a5fe..3e9627039d0 100644
18 --- a/dev-lang/bff/bff-1.0.5.ebuild
19 +++ b/dev-lang/bff/bff-1.0.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/apankrat/bff"
27 SRC_URI="https://github.com/apankrat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86"
31 +KEYWORDS="~amd64 ~arm ~hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86"
32 IUSE="test"
33
34 DEPEND=""