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-db/pspg/
Date: Mon, 10 Sep 2018 21:21:31
Message-Id: 1536614476.c2ac193f1a236e83040c8458de8650eeea56bdb1.whissi@gentoo
1 commit: c2ac193f1a236e83040c8458de8650eeea56bdb1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 10 21:21:16 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 21:21:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ac193f
7
8 dev-db/pspg: x86 stable (bug #665640)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-db/pspg/pspg-1.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/pspg/pspg-1.3.0.ebuild b/dev-db/pspg/pspg-1.3.0.ebuild
16 index 9b1b64baa6d..25decec75eb 100644
17 --- a/dev-db/pspg/pspg-1.3.0.ebuild
18 +++ b/dev-db/pspg/pspg-1.3.0.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 x86"
25 IUSE=""
26
27 DEPEND="sys-libs/ncurses:*"