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 60E3B1387FF for ; Mon, 20 Oct 2014 16:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE74E083A; Mon, 20 Oct 2014 16:49:08 +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 D9826E083D for ; Mon, 20 Oct 2014 16:49:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE61C340404 for ; Mon, 20 Oct 2014 16:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63C658538 for ; Mon, 20 Oct 2014 16:49:05 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1413798591.76090721163a7e5ac0b9d934dc3e5ae180b6e085.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: razorqt-base/libqtxdg/libqtxdg-9999.ebuild X-VCS-Directories: razorqt-base/libqtxdg/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 76090721163a7e5ac0b9d934dc3e5ae180b6e085 X-VCS-Branch: master Date: Mon, 20 Oct 2014 16:49:05 +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: c97cae33-6e6e-4d66-af78-60b612cffbfc X-Archives-Hash: c5aa9a8776fed59366213c29b84d9474 commit: 76090721163a7e5ac0b9d934dc3e5ae180b6e085 Author: Jauhien Piatlicki gentoo org> AuthorDate: Mon Oct 20 09:49:51 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Oct 20 09:49:51 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=76090721 [razorqt-base/libqtxdg] fix indentation --- razorqt-base/libqtxdg/libqtxdg-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild index 54ac184..56154e5 100644 --- a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild +++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild @@ -28,8 +28,7 @@ CDEPEND=" dev-qt/linguist-tools:5 " DEPEND="${CDEPEND} - test? ( - dev-qt/qttest:5 ) + test? ( dev-qt/qttest:5 ) " RDEPEND="${CDEPEND} x11-misc/xdg-utils"