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 D787F1384B4 for ; Tue, 10 Nov 2015 21:47:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55EF8E0878; Tue, 10 Nov 2015 21:47:49 +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 CFB66E0878 for ; Tue, 10 Nov 2015 21:47:48 +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 B4457340554 for ; Tue, 10 Nov 2015 21:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E584FA47 for ; Tue, 10 Nov 2015 21:47:44 +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: <1447192023.0c91b443bb9a51adf78e3713069b62e51f2669c9.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: 0c91b443bb9a51adf78e3713069b62e51f2669c9 X-VCS-Branch: master Date: Tue, 10 Nov 2015 21:47:44 +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: 1ce7320a-a373-4cdc-87d7-ab2c46f32c31 X-Archives-Hash: 97c6bba2649786dfe9f15382c7ca832a commit: 0c91b443bb9a51adf78e3713069b62e51f2669c9 Author: Manuel Rüger gentoo org> AuthorDate: Tue Nov 10 21:47:03 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Nov 10 21:47:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c91b443 eclass: Plasma 5.4.3 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 f6f7044..aad8416 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=( plasma-5.4.3 ) +KDE_UNRELEASED=( ) if [[ ${KDEBASE} = kdevelop ]]; then HOMEPAGE="https://www.kdevelop.org/"