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 F09261382C5 for ; Tue, 27 Feb 2018 16:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E39CE0893; Tue, 27 Feb 2018 16:14:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4CCB8E0893 for ; Tue, 27 Feb 2018 16:14:17 +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 215C5335C50 for ; Tue, 27 Feb 2018 16:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF42B23D for ; Tue, 27 Feb 2018 16:14:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519748012.bf872fc4ee601602d2ceaa0e7c4d66cdaaa1cf4a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdecore-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdecore-meta/kdecore-meta-17.12.2-r1.ebuild kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild X-VCS-Directories: kde-apps/kdecore-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bf872fc4ee601602d2ceaa0e7c4d66cdaaa1cf4a X-VCS-Branch: master Date: Tue, 27 Feb 2018 16:14:12 +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: 205b5759-77a0-4677-9c43-7669fb8b2c69 X-Archives-Hash: beabb8cff515a3185dda13cbb55311c9 commit: bf872fc4ee601602d2ceaa0e7c4d66cdaaa1cf4a Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 16:01:55 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 16:13:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf872fc4 kde-apps/kdecore-meta: Add falkon as alt. web browser Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../{kdecore-meta-17.12.2.ebuild => kdecore-meta-17.12.2-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-17.12.2-r1.ebuild similarity index 85% rename from kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild rename to kde-apps/kdecore-meta/kdecore-meta-17.12.2-r1.ebuild index bc5250ecc20..10c9f670dda 100644 --- a/kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild +++ b/kde-apps/kdecore-meta/kdecore-meta-17.12.2-r1.ebuild @@ -14,7 +14,11 @@ RDEPEND=" $(add_kdeapps_dep kdialog) $(add_kdeapps_dep keditbookmarks) $(add_kdeapps_dep kfind) - || ( www-client/qupzilla $(add_kdeapps_dep konqueror) ) + || ( + www-client/falkon + www-client/qupzilla + $(add_kdeapps_dep konqueror) + ) $(add_kdeapps_dep konsole) $(add_kdeapps_dep kwrite) handbook? ( $(add_kdeapps_dep khelpcenter) )