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 1EC101381F3 for ; Mon, 13 May 2013 11:00:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AAF2E092B; Mon, 13 May 2013 11:00:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2183BE092B for ; Mon, 13 May 2013 11:00:58 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C7B333DE87 for ; Mon, 13 May 2013 11:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7DD7FE5308 for ; Mon, 13 May 2013 11:00:54 +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: <1368442762.8797482b59243355bcd105a5be9dc5a7ed3d96f8.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-meta.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 8797482b59243355bcd105a5be9dc5a7ed3d96f8 X-VCS-Branch: master Date: Mon, 13 May 2013 11:00:54 +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: 5a20eb9f-9cd4-412c-8ea4-a227db1fd30e X-Archives-Hash: fccb02a95a114e718bf8e56cbc8b5c89 commit: 8797482b59243355bcd105a5be9dc5a7ed3d96f8 Author: Michael Palimaka gentoo org> AuthorDate: Mon May 13 10:59:22 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon May 13 10:59:22 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8797482b [eclass] Remove backwards-compatibility logic that is no longer required. --- eclass/kde4-meta.eclass | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index e9f6636..ac927e7 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -575,11 +575,6 @@ kde4-meta_change_cmakelists() { kde4-meta_src_configure() { debug-print-function ${FUNCNAME} "$@" - # backwards-compatibility: make mycmakeargs an array, if it isn't already - if [[ $(declare -p mycmakeargs 2>&-) != "declare -a mycmakeargs="* ]]; then - mycmakeargs=(${mycmakeargs}) - fi - # Set some cmake default values here (usually workarounds for automagic deps) case ${KMNAME} in kdewebdev)