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 7F8911388C3 for ; Sat, 9 Jan 2016 15:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61038E0855; Sat, 9 Jan 2016 15:17:15 +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 8CFAAE0856 for ; Sat, 9 Jan 2016 15:17:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D03063409D7 for ; Sat, 9 Jan 2016 15:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D700D0D for ; Sat, 9 Jan 2016 15:17:10 +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: <1452352618.180f69882ead17458b92d89040329d543a1afa3c.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 180f69882ead17458b92d89040329d543a1afa3c X-VCS-Branch: master Date: Sat, 9 Jan 2016 15:17: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: b0e6d780-0c40-497e-9134-635a60f1da4f X-Archives-Hash: 2c825c48d0cd6ca187f91f976fe4cd68 commit: 180f69882ead17458b92d89040329d543a1afa3c Author: Lorenzo Porta outlook it> AuthorDate: Sat Jan 9 14:24:20 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Jan 9 15:16:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=180f6988 eclass: KDE Frameworks 5.18 has been released eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 7b2936e..27bebb4 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -121,7 +121,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-frameworks-5.18.0 ) +KDE_UNRELEASED=( ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/"