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 3835F139085 for ; Mon, 9 Jan 2017 10:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B37F921C0A1; Mon, 9 Jan 2017 10:24:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 903F421C0A1 for ; Mon, 9 Jan 2017 10:24:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C180D341236 for ; Mon, 9 Jan 2017 10:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A5C62601 for ; Mon, 9 Jan 2017 10:24:55 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1483957474.e5903316da75a7d45627fd3cd30a629b57c34ba0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild X-VCS-Directories: dev-libs/qtkeychain/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e5903316da75a7d45627fd3cd30a629b57c34ba0 X-VCS-Branch: master Date: Mon, 9 Jan 2017 10:24:55 +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: 24fb62ac-de09-4352-addf-31a03b9ca60a X-Archives-Hash: 80f5a3db4f0257476b6b0af43e773011 commit: e5903316da75a7d45627fd3cd30a629b57c34ba0 Author: Aaron Bauman gentoo org> AuthorDate: Mon Jan 9 10:24:34 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jan 9 10:24:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5903316 dev-libs/qtkeychain: amd64 stable Gentoo-bug: 605068 Package-Manager: portage-2.3.0 dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild b/dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild index 76f12da..93f1f1f 100644 --- a/dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> ${P}.t LICENSE="BSD" SLOT="0/1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+qt4 qt5" REQUIRED_USE="|| ( qt4 qt5 )"