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 3E049138A1F for ; Sat, 26 Apr 2014 14:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5AADE0807; Sat, 26 Apr 2014 14:17:46 +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 5620BE0807 for ; Sat, 26 Apr 2014 14:17:46 +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 7E40333FE88 for ; Sat, 26 Apr 2014 14:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7F7941818D for ; Sat, 26 Apr 2014 14:17:42 +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: <1398521849.9def0a8c0c12bd76c228f7c1d619f0ae614abb79.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kconfig/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kconfig/kconfig-9999.ebuild X-VCS-Directories: kde-frameworks/kconfig/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 9def0a8c0c12bd76c228f7c1d619f0ae614abb79 X-VCS-Branch: master Date: Sat, 26 Apr 2014 14:17:42 +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: 0c76a335-5be5-44ee-8dcc-480b9b167bd5 X-Archives-Hash: b8f8a830a85bd6f2a4d1efafc9afafce commit: 9def0a8c0c12bd76c228f7c1d619f0ae614abb79 Author: Johannes Huber gentoo org> AuthorDate: Sat Apr 26 14:17:29 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Apr 26 14:17:29 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9def0a8c [kde-frameworks/kconfig] Fix file collision Package-Manager: portage-2.2.10 --- kde-frameworks/kconfig/kconfig-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kconfig/kconfig-9999.ebuild b/kde-frameworks/kconfig/kconfig-9999.ebuild index 4d6f84a..517e7b9 100644 --- a/kde-frameworks/kconfig/kconfig-9999.ebuild +++ b/kde-frameworks/kconfig/kconfig-9999.ebuild @@ -15,6 +15,7 @@ IUSE="" RDEPEND=" dev-qt/qtgui:5 dev-qt/qtxml:5 + !kde-base/kreadconfig:4 " DEPEND="${RDEPEND} test? ( dev-qt/qtconcurrent:5 )