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 E0C11138C9D for ; Thu, 16 Apr 2015 17:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71ED0E084A; Thu, 16 Apr 2015 17:13:28 +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 0631FE084A for ; Thu, 16 Apr 2015 17:13:27 +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 E0008340B56 for ; Thu, 16 Apr 2015 17:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D630160FA for ; Thu, 16 Apr 2015 17:13:25 +0000 (UTC) From: "Michael Palimaka" 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" Message-ID: <1429204320.c7b8a90f6ebaaadfcbc2e9b8d7d345daaf7fd79e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-gtk-config/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kde-gtk-config/kde-gtk-config-5.2.95.ebuild kde-plasma/kde-gtk-config/kde-gtk-config-5.3.49.9999.ebuild kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild X-VCS-Directories: kde-plasma/kde-gtk-config/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c7b8a90f6ebaaadfcbc2e9b8d7d345daaf7fd79e X-VCS-Branch: master Date: Thu, 16 Apr 2015 17:13:25 +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: 2538ab3a-6f0e-4641-bf5f-2e9b014cedd1 X-Archives-Hash: d74d40e19ba9b4e9941e66470e20566f commit: c7b8a90f6ebaaadfcbc2e9b8d7d345daaf7fd79e Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 16 17:12:00 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 16 17:12:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7b8a90f [kde-plasma/kde-gtk-config] Punt bogus deps. Package-Manager: portage-2.2.18 kde-plasma/kde-gtk-config/kde-gtk-config-5.2.95.ebuild | 1 + kde-plasma/kde-gtk-config/kde-gtk-config-5.3.49.9999.ebuild | 1 + kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.2.95.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.2.95.ebuild index 3fe4a54..29a7858 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.2.95.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.2.95.ebuild @@ -4,6 +4,7 @@ EAPI=5 +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel" diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.49.9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.49.9999.ebuild index aeee066..f4b9dbc 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.49.9999.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.3.49.9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel" diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild index aeee066..f4b9dbc 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 +KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="KDE systemsettings kcm to set GTK application look&feel"