From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8C63E138263 for ; Mon, 23 May 2016 20:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D41B1234004; Mon, 23 May 2016 20:04:47 +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 55C73234008 for ; Mon, 23 May 2016 20:04:47 +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 6811A340906 for ; Mon, 23 May 2016 20:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07CCE336 for ; Mon, 23 May 2016 20:04:43 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1464033103.c18c6ae2b0247b2cd4b4d04e576e9962c699f06d.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: dev-libs/qtkeychain/ X-VCS-Repository: dev/johu X-VCS-Files: dev-libs/qtkeychain/qtkeychain-9999.ebuild X-VCS-Directories: dev-libs/qtkeychain/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c18c6ae2b0247b2cd4b4d04e576e9962c699f06d X-VCS-Branch: master Date: Mon, 23 May 2016 20:04:43 +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: 7e264a25-e7d6-40a6-be72-86595720f16c X-Archives-Hash: 919f25f60f83cf27185ffee8f3993342 commit: c18c6ae2b0247b2cd4b4d04e576e9962c699f06d Author: Johannes Huber gentoo org> AuthorDate: Mon May 23 19:51:43 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon May 23 19:51:43 2016 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=c18c6ae2 dev-libs/qtkeychain: Introduce subslot Package-Manager: portage-2.3.0_rc1 dev-libs/qtkeychain/qtkeychain-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qtkeychain/qtkeychain-9999.ebuild b/dev-libs/qtkeychain/qtkeychain-9999.ebuild index 3f99080..b7425c9 100644 --- a/dev-libs/qtkeychain/qtkeychain-9999.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/frankosterfeld/qtkeychain" EGIT_REPO_URI="git://github.com/frankosterfeld/${PN}" LICENSE="BSD" -SLOT="0" +SLOT="0/1" KEYWORDS="" IUSE="+qt4 qt5"