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 965EF13800E for ; Wed, 8 Aug 2012 21:58:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B469E0654; Wed, 8 Aug 2012 21:58:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EF6A3E0654 for ; Wed, 8 Aug 2012 21:58:04 +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 6301A1B4010 for ; Wed, 8 Aug 2012 21:58:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0F9D2E5439 for ; Wed, 8 Aug 2012 21:58:03 +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: <1344463066.d2119fa2f55883649d554d7be12d1b17379e167d.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d2119fa2f55883649d554d7be12d1b17379e167d X-VCS-Branch: master Date: Wed, 8 Aug 2012 21:58:03 +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: df87a08f-ed10-4b83-8feb-17be3da28b48 X-Archives-Hash: 83952a947d369a4e11bc4b2572200da0 commit: d2119fa2f55883649d554d7be12d1b17379e167d Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 8 21:54:52 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 8 21:57:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d2119fa2 [eclass] Arrange docs example for KDE_LINGUAS alphabetically. --- eclass/kde4-functions.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 9ab80ea..b5c312f 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -89,7 +89,7 @@ esac # translations, ebuilds must call enable_selected_linguas(). kde4-{base,meta}.eclass does # this for you. # -# Example: KDE_LINGUAS="en_GB de nl" +# Example: KDE_LINGUAS="de en_GB nl" if [[ ${KDE_BUILD_TYPE} != live || -n ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; then for _lingua in ${KDE_LINGUAS}; do IUSE="${IUSE} linguas_${_lingua}"