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 3AC1A139694 for ; Sun, 9 Jul 2017 16:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9E73214113; Sun, 9 Jul 2017 16:08:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B526C214113 for ; Sun, 9 Jul 2017 16:08:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89E593417C2 for ; Sun, 9 Jul 2017 16:08:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E804F7488 for ; Sun, 9 Jul 2017 16:08:23 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1499616494.f8f589b8966d6c12f0584c3e28b8d8d7dbb99f54.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/sleepyhead/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild X-VCS-Directories: app-misc/sleepyhead/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: f8f589b8966d6c12f0584c3e28b8d8d7dbb99f54 X-VCS-Branch: master Date: Sun, 9 Jul 2017 16:08:23 +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: b8104198-2ade-487a-a041-dbfc31e45d77 X-Archives-Hash: 3f9ea4a5c98c84ace67c2d503823f5ec commit: f8f589b8966d6c12f0584c3e28b8d8d7dbb99f54 Author: Richard Freeman gentoo org> AuthorDate: Sun Jul 9 16:08:14 2017 +0000 Commit: Richard Freeman gentoo org> CommitDate: Sun Jul 9 16:08:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f589b8 app-misc/sleepyhead: Remove QT slot operator Bug: 624236 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild b/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild index c9b052f2e44..779450ed105 100644 --- a/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild +++ b/app-misc/sleepyhead/sleepyhead-1.0.0_beta2.ebuild @@ -18,11 +18,11 @@ IUSE="" DEPEND="virtual/opengl x11-libs/libX11 - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtopengl:5= - dev-qt/qtwebkit:5= - dev-qt/qtserialport:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 + dev-qt/qtwebkit:5 + dev-qt/qtserialport:5 virtual/glu" RDEPEND="${DEPEND}"