From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 005C9138334 for ; Sun, 10 Jun 2018 15:26:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB312E0801; Sun, 10 Jun 2018 15:26:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2EF3E0801 for ; Sun, 10 Jun 2018 15:26:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C2A7335C8A for ; Sun, 10 Jun 2018 15:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D40F0296 for ; Sun, 10 Jun 2018 15:26:10 +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: <1528644358.8dd30d941e99710da46e06a27776649805c3ca02.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcron/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcron/kcron-18.04.49.9999.ebuild kde-apps/kcron/kcron-9999.ebuild X-VCS-Directories: kde-apps/kcron/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8dd30d941e99710da46e06a27776649805c3ca02 X-VCS-Branch: master Date: Sun, 10 Jun 2018 15:26:10 +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: 8f2e5c22-46d2-4753-a772-acb9f7f2dc82 X-Archives-Hash: 846022a123de6fefb24b307fd18f3c48 commit: 8dd30d941e99710da46e06a27776649805c3ca02 Author: Johannes Huber gentoo org> AuthorDate: Sun Jun 10 15:25:58 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jun 10 15:25:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8dd30d94 kde-apps/kcron: Don't access prefix w/o define Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-apps/kcron/kcron-18.04.49.9999.ebuild | 2 +- kde-apps/kcron/kcron-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kcron/kcron-18.04.49.9999.ebuild b/kde-apps/kcron/kcron-18.04.49.9999.ebuild index 3860bbfca6..477f261c7c 100644 --- a/kde-apps/kcron/kcron-18.04.49.9999.ebuild +++ b/kde-apps/kcron/kcron-18.04.49.9999.ebuild @@ -22,5 +22,5 @@ DEPEND=" $(add_qt_dep qtwidgets) " RDEPEND="${DEPEND} - !prefix? ( virtual/cron ) + virtual/cron " diff --git a/kde-apps/kcron/kcron-9999.ebuild b/kde-apps/kcron/kcron-9999.ebuild index 3860bbfca6..477f261c7c 100644 --- a/kde-apps/kcron/kcron-9999.ebuild +++ b/kde-apps/kcron/kcron-9999.ebuild @@ -22,5 +22,5 @@ DEPEND=" $(add_qt_dep qtwidgets) " RDEPEND="${DEPEND} - !prefix? ( virtual/cron ) + virtual/cron "