From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39669139696 for ; Sat, 1 Apr 2017 10:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B346234024; Sat, 1 Apr 2017 10:45:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 485E9234023 for ; Sat, 1 Apr 2017 10:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8CE633D3C7 for ; Sat, 1 Apr 2017 10:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE5B671DC for ; Sat, 1 Apr 2017 10:45:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1491043385.1dc9e65d7312bdabcabc5247bb24136f4fb1b4a4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-fo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild X-VCS-Directories: app-dicts/aspell-fo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1dc9e65d7312bdabcabc5247bb24136f4fb1b4a4 X-VCS-Branch: master Date: Sat, 1 Apr 2017 10:45:07 +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: 44c8f063-46de-48a2-85fb-c6667f226d88 X-Archives-Hash: 10889a91b9393f4838e0ff075079f0fa commit: 1dc9e65d7312bdabcabc5247bb24136f4fb1b4a4 Author: David Seifert gentoo org> AuthorDate: Sat Apr 1 10:41:25 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 1 10:43:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc9e65d app-dicts/aspell-fo: Bump to EAPI 6 Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4237 app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild b/app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild index 657b2880747..39b3d98e62e 100644 --- a/app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild +++ b/app-dicts/aspell-fo/aspell-fo-0.51.0.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + ASPELL_LANG="Faroese" -inherit aspell-dict +inherit aspell-dict-r1 LICENSE="GPL-2" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE=""