Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_mysql/
Date: Mon, 23 Oct 2017 19:51:48
Message-Id: 1508788252.b0b6d64b4d59dcc1ebec64980ed8727ee4a4b14a.whissi@gentoo
1 commit: b0b6d64b4d59dcc1ebec64980ed8727ee4a4b14a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 19:31:18 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 19:50:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b6d64b
7
8 dev-erlang/p1_mysql: x86 stable (bug #619836)
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild
16 index 7365792b50a..f619a9ea2ed 100644
17 --- a/dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild
18 +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
30 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc x86"
31
32 DEPEND=">=dev-lang/erlang-17.1"
33 RDEPEND="${DEPEND}"