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 02ACC1393F1 for ; Thu, 17 Sep 2015 08:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3D26E0894; Thu, 17 Sep 2015 08:34:25 +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 75E20E0894 for ; Thu, 17 Sep 2015 08:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35B053409B7 for ; Thu, 17 Sep 2015 08:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9ADC178 for ; Thu, 17 Sep 2015 08:34:20 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1442478850.7b5663c4f1b977696c859e9a91554d2e83d98c29.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7b5663c4f1b977696c859e9a91554d2e83d98c29 X-VCS-Branch: master Date: Thu, 17 Sep 2015 08:34:20 +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: 8a9b5bd1-8ade-45ea-908d-79919f5cc572 X-Archives-Hash: 7a6e26cb15bfd8358accdb8b913a8c78 commit: 7b5663c4f1b977696c859e9a91554d2e83d98c29 Author: Lorenzo Porta users noreply github com> AuthorDate: Wed Sep 16 07:16:23 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Sep 17 08:34:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b5663c4 eclass: Remove fetch restriction for KDE Applications 15.08.1 WRT https://www.kde.org/announcements/announce-applications-15.08.1.php eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index fb8ea23..edb5ca8 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -112,7 +112,7 @@ fi # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream. # Any package matching this will have fetch restriction enabled, and receive # a proper error message via pkg_nofetch. -KDE_UNRELEASED=( kde-apps-15.08.1 ) +KDE_UNRELEASED=() if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/"