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 E81A413832E for ; Mon, 25 Jul 2016 22:14:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AF54E09AF; Mon, 25 Jul 2016 22:14:07 +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 C936DE09AF for ; Mon, 25 Jul 2016 22:14:06 +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 EC50534081F for ; Mon, 25 Jul 2016 22:14:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D95E77D3 for ; Mon, 25 Jul 2016 22:14:01 +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: <1469484830.544e803a2cb704731d67ea3e132d703bbe46c7f0.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: app-admin/calamares/ X-VCS-Repository: dev/johu X-VCS-Files: app-admin/calamares/calamares-9999.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 544e803a2cb704731d67ea3e132d703bbe46c7f0 X-VCS-Branch: master Date: Mon, 25 Jul 2016 22:14:01 +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: b27e9d21-6bb8-46d7-b4fb-221324eaf6e2 X-Archives-Hash: 8f01d941b586f1ab063bd2302d0daf2d commit: 544e803a2cb704731d67ea3e132d703bbe46c7f0 Author: Johannes Huber gentoo org> AuthorDate: Mon Jul 25 22:13:50 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jul 25 22:13:50 2016 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=544e803a app-admin/calamares: Drop QT_MINIMAL handled by eclass Package-Manager: portage-2.3.0 app-admin/calamares/calamares-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-admin/calamares/calamares-9999.ebuild b/app-admin/calamares/calamares-9999.ebuild index 3265c24..4a10aeb 100644 --- a/app-admin/calamares/calamares-9999.ebuild +++ b/app-admin/calamares/calamares-9999.ebuild @@ -4,7 +4,6 @@ EAPI=6 -QT_MINIMAL="5.6.0" PYTHON_COMPAT=( python{3_4,3_5} ) inherit kde5 python-r1