app-eselect/eselect-oodict: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 19:41:06 +0000 (15:41 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:36:58 +0000 (18:36 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-eselect/eselect-oodict/eselect-oodict-20100228.ebuild

index 26c2b0418b1b99a02f1e45191bca0286c150340b..099c65f597af70ebfae3b63e35f6d945a8a6c8c9 100644 (file)
@@ -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
 }