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 B7842138334 for ; Sat, 2 Jun 2018 22:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D854E0863; Sat, 2 Jun 2018 22:38:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55261E0856 for ; Sat, 2 Jun 2018 22:38:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B44CA335C60 for ; Sat, 2 Jun 2018 22:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 425F02B5 for ; Sat, 2 Jun 2018 22:38:16 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527979018.dee3dcf8d5a9b6b60e7adb29efa6e849e8538a52.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-oodict/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild X-VCS-Directories: app-eselect/eselect-oodict/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dee3dcf8d5a9b6b60e7adb29efa6e849e8538a52 X-VCS-Branch: master Date: Sat, 2 Jun 2018 22:38:16 +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: b82f675c-999a-4835-b790-cac78f9c1826 X-Archives-Hash: 97f9d0d770a8bf1981841db9cf17a9f7 commit: dee3dcf8d5a9b6b60e7adb29efa6e849e8538a52 Author: Aaron Bauman gentoo org> AuthorDate: Sat Jun 2 19:41:06 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 2 22:36:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee3dcf8 app-eselect/eselect-oodict: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild b/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild index 26c2b0418b1..099c65f597a 100644 --- a/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild +++ b/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=6 DESCRIPTION="Manages configuration of dictionaries for OpenOffice.Org" HOMEPAGE="https://www.gentoo.org/" @@ -17,5 +17,5 @@ RDEPEND=">=app-admin/eselect-1.2" src_install() { insinto /usr/share/eselect/modules - newins "${WORKDIR}"/oodict.eselect-${PVR} oodict.eselect || die "newins failed" + newins "${WORKDIR}"/oodict.eselect-${PVR} oodict.eselect }