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 131B713877A for ; Wed, 16 Jul 2014 15:16:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB578E089D; Wed, 16 Jul 2014 15:16:35 +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 5AC53E0920 for ; Wed, 16 Jul 2014 15:16:35 +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 6B7FD34002E for ; Wed, 16 Jul 2014 15:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 28EAB1807D for ; Wed, 16 Jul 2014 15:16:33 +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: <1405523776.912ef6426c8248ead1c164a813a26a1a4b8434f5.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kstars/kstars-4.13.3.ebuild kde-base/kstars/kstars-4.13.49.9999.ebuild kde-base/kstars/kstars-4.14.49.9999.ebuild kde-base/kstars/kstars-4.9999.ebuild X-VCS-Directories: kde-base/kstars/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 912ef6426c8248ead1c164a813a26a1a4b8434f5 X-VCS-Branch: master Date: Wed, 16 Jul 2014 15:16:33 +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: 896c6e60-7ab7-4bd9-a6a1-fbd0db217bad X-Archives-Hash: 193cc2e79586194ae5c2a0d47d0af6b6 commit: 912ef6426c8248ead1c164a813a26a1a4b8434f5 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 16 15:16:16 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Jul 16 15:16:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=912ef642 [kde-base/kstars] Enforce REQUIRED_USE to avoid build failure. Package-Manager: portage-2.2.10 --- kde-base/kstars/kstars-4.13.3.ebuild | 2 ++ kde-base/kstars/kstars-4.13.49.9999.ebuild | 2 ++ kde-base/kstars/kstars-4.14.49.9999.ebuild | 2 ++ kde-base/kstars/kstars-4.9999.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/kde-base/kstars/kstars-4.13.3.ebuild b/kde-base/kstars/kstars-4.13.3.ebuild index e1a0103..fc73c66 100644 --- a/kde-base/kstars/kstars-4.13.3.ebuild +++ b/kde-base/kstars/kstars-4.13.3.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="http://www.kde.org/applications/education/kstars http://edu.kde.org/ks KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug fits indi" +REQUIRED_USE="indi? ( fits )" + DEPEND=" dev-cpp/eigen:3 $(add_kdebase_dep libkdeedu) diff --git a/kde-base/kstars/kstars-4.13.49.9999.ebuild b/kde-base/kstars/kstars-4.13.49.9999.ebuild index 75709ae..892b27e 100644 --- a/kde-base/kstars/kstars-4.13.49.9999.ebuild +++ b/kde-base/kstars/kstars-4.13.49.9999.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="http://www.kde.org/applications/education/kstars http://edu.kde.org/ks KEYWORDS="" IUSE="debug fits indi" +REQUIRED_USE="indi? ( fits )" + DEPEND=" dev-cpp/eigen:3 $(add_kdebase_dep libkdeedu) diff --git a/kde-base/kstars/kstars-4.14.49.9999.ebuild b/kde-base/kstars/kstars-4.14.49.9999.ebuild index b4c4d76..f575d8d 100644 --- a/kde-base/kstars/kstars-4.14.49.9999.ebuild +++ b/kde-base/kstars/kstars-4.14.49.9999.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="http://www.kde.org/applications/education/kstars http://edu.kde.org/ks KEYWORDS="" IUSE="debug fits indi" +REQUIRED_USE="indi? ( fits )" + DEPEND=" dev-cpp/eigen:3 $(add_kdebase_dep libkdeedu) diff --git a/kde-base/kstars/kstars-4.9999.ebuild b/kde-base/kstars/kstars-4.9999.ebuild index b4c4d76..f575d8d 100644 --- a/kde-base/kstars/kstars-4.9999.ebuild +++ b/kde-base/kstars/kstars-4.9999.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="http://www.kde.org/applications/education/kstars http://edu.kde.org/ks KEYWORDS="" IUSE="debug fits indi" +REQUIRED_USE="indi? ( fits )" + DEPEND=" dev-cpp/eigen:3 $(add_kdebase_dep libkdeedu)