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 9DD54139694 for ; Wed, 12 Apr 2017 16:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFAECE0CD7; Wed, 12 Apr 2017 16:35:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B185E0CD7 for ; Wed, 12 Apr 2017 16:35:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 92862340988 for ; Wed, 12 Apr 2017 16:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0837573EF for ; Wed, 12 Apr 2017 16:35:05 +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: <1492014578.18744a05c55ffecd201528fbdb3662e0af86f11b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krusader/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krusader/krusader-9999.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 18744a05c55ffecd201528fbdb3662e0af86f11b X-VCS-Branch: master Date: Wed, 12 Apr 2017 16:35:05 +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: 45dfbda0-269e-41a5-b1ad-442f01d7381e X-Archives-Hash: 991334cc598517e8e70b7f77b35ded01 commit: 18744a05c55ffecd201528fbdb3662e0af86f11b Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 12 16:29:38 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 12 16:29:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=18744a05 kde-misc/krusader: Proper release switch Package-Manager: Portage-2.3.5, Repoman-2.3.2 kde-misc/krusader/krusader-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild index cf492f032a..42ede74ae8 100644 --- a/kde-misc/krusader/krusader-9999.ebuild +++ b/kde-misc/krusader/krusader-9999.ebuild @@ -6,12 +6,14 @@ EAPI=6 KDE_HANDBOOK="forceoptional" inherit kde5 +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many extras" HOMEPAGE="https://krusader.org/" -[[ ${KDE_BUILD_TYPE} = release ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - LICENSE="GPL-2+" -KEYWORDS="" IUSE="" COMMON_DEPEND="