From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-713253-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id E13521392EF
	for <garchives@archives.gentoo.org>; Tue, 22 Jul 2014 13:30:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9786BE0FB2;
	Tue, 22 Jul 2014 13:30:21 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 398CAE0FB2
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jul 2014 13:30:21 +0000 (UTC)
Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3A26433FC8D
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jul 2014 13:30:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by spoonbill.gentoo.org (Postfix) with ESMTP id D99371807D
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jul 2014 13:30:18 +0000 (UTC)
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" <kensington@gentoo.org>
Message-ID: <1406035808.5257d972c206dbaaa8b0f873c078fa87de074fb5.kensington@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/
X-VCS-Repository: proj/kde
X-VCS-Files: sys-auth/polkit-qt/polkit-qt-9999.ebuild
X-VCS-Directories: sys-auth/polkit-qt/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 5257d972c206dbaaa8b0f873c078fa87de074fb5
X-VCS-Branch: master
Date: Tue, 22 Jul 2014 13:30:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 77aac020-ff2f-411c-878b-ac806543d225
X-Archives-Hash: 0ec870db21592e45270928d3cde08bf5

commit:     5257d972c206dbaaa8b0f873c078fa87de074fb5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 13:30:08 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 13:30:08 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5257d972

[sys-auth/polkit-qt] CMake automoc is now used.

Package-Manager: portage-2.2.10

---
 sys-auth/polkit-qt/polkit-qt-9999.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 011c77b..6c6e8e0 100644
--- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild
+++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
@@ -33,9 +33,7 @@ RDEPEND="
 		examples? ( dev-qt/qtxml:5 )
 	)
 "
-DEPEND="${RDEPEND}
-	dev-util/automoc
-"
+DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS README README.porting TODO )