From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-888228-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id AE8101382C5
	for <garchives@archives.gentoo.org>; Wed, 22 Jun 2016 17:38:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E0CE5141E9;
	Wed, 22 Jun 2016 17:38:25 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 23289141E9
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2016 17:38:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2EA06340AA7
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2016 17:38:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 508D92098
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2016 17:38:21 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1466616220.962db2705256b744e939e47002b11047a4d72b43.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/auto-complete/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/auto-complete/auto-complete-1.3.1.ebuild
X-VCS-Directories: app-emacs/auto-complete/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 962db2705256b744e939e47002b11047a4d72b43
X-VCS-Branch: master
Date: Wed, 22 Jun 2016 17:38:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 209f58a6-8cf9-426a-b733-b914db5bfe20
X-Archives-Hash: 216f4d31821195e2f8bfa3c8cb72cd68

commit:     962db2705256b744e939e47002b11047a4d72b43
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:23:40 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 17:23:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962db270

app-emacs/auto-complete: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0_rc1

 app-emacs/auto-complete/auto-complete-1.3.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/auto-complete/auto-complete-1.3.1.ebuild b/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
index d8d7312..f613ef8 100644
--- a/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
+++ b/app-emacs/auto-complete/auto-complete-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="http://cx4a.org/pub/${PN}/${P}.tar.bz2"
 LICENSE="GPL-3+ FDL-1.1+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
 
 SITEFILE="50${PN}-gentoo.el"
 
@@ -28,7 +28,7 @@ src_install() {
 	dodoc README.txt TODO.txt etc/test.txt
 	cd doc
 	dodoc index.txt manual.txt demo.txt changes.txt *.png
-	if use linguas_ja; then
+	if use l10n_ja; then
 		dodoc index.ja.txt manual.ja.txt changes.ja.txt
 	fi
 }