From: Aaron Bauman Date: Sat, 2 Jun 2018 19:41:06 +0000 (-0400) Subject: app-eselect/eselect-oodict: bump EAPI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dee3dcf8d5a9b6b60e7adb29efa6e849e8538a52;p=gentoo.git app-eselect/eselect-oodict: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild b/app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild index 26c2b0418b1b..099c65f597af 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 }