From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49F26138206 for ; Mon, 15 Jan 2018 19:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D38FE092D; Mon, 15 Jan 2018 19:03:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35B0DE092D for ; Mon, 15 Jan 2018 19:03:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7370E335C79 for ; Mon, 15 Jan 2018 19:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55B2A1CE for ; Mon, 15 Jan 2018 19:03:14 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1516042961.208ee39dc886d812788968d9d5f51e87d804b3f7.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pspg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pspg/pspg-0.8.0.ebuild X-VCS-Directories: dev-db/pspg/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 208ee39dc886d812788968d9d5f51e87d804b3f7 X-VCS-Branch: master Date: Mon, 15 Jan 2018 19:03:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4a0877c9-a697-45c5-b634-0fea4c45bb6c X-Archives-Hash: 80d749954ab58ccdc8d00a4f27cfc385 commit: 208ee39dc886d812788968d9d5f51e87d804b3f7 Author: Tobias Klausmann gentoo org> AuthorDate: Mon Jan 15 19:02:41 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Jan 15 19:02:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208ee39d dev-db/pspg-0.8.0-r0: amd64 stable Gentoo-Bug: http://bugs.gentoo.org/644542 dev-db/pspg/pspg-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pspg/pspg-0.8.0.ebuild b/dev-db/pspg/pspg-0.8.0.ebuild index 9b90eedb3e0..41c42740c92 100644 --- a/dev-db/pspg/pspg-0.8.0.ebuild +++ b/dev-db/pspg/pspg-0.8.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/okbob/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="sys-libs/ncurses:*"