commit:     f240e836c3372c1d8bffe0e88f265e32c48ce55f
Author:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
AuthorDate: Mon Oct 25 15:56:59 2021 +0000
Commit:     Ryan Fox <flewkey <AT> 2a03 <DOT> party>
CommitDate: Mon Oct 25 15:57:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f240e836

media-libs/fcft: Bump EAPI; die if docs fail

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>

 media-libs/fcft/fcft-2.4.6.ebuild | 4 ++--
 media-libs/fcft/fcft-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/fcft/fcft-2.4.6.ebuild 
b/media-libs/fcft/fcft-2.4.6.ebuild
index b0405660b..d6ec4d3f3 100644
--- a/media-libs/fcft/fcft-2.4.6.ebuild
+++ b/media-libs/fcft/fcft-2.4.6.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -73,5 +73,5 @@ src_configure() {
 src_install() {
        meson_src_install
        use examples && newbin "${BUILD_DIR}/example/example" fcft-example
-       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die "Failed 
to install docs"
 }

diff --git a/media-libs/fcft/fcft-9999.ebuild b/media-libs/fcft/fcft-9999.ebuild
index b0405660b..d6ec4d3f3 100644
--- a/media-libs/fcft/fcft-9999.ebuild
+++ b/media-libs/fcft/fcft-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -73,5 +73,5 @@ src_configure() {
 src_install() {
        meson_src_install
        use examples && newbin "${BUILD_DIR}/example/example" fcft-example
-       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}"
+       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die "Failed 
to install docs"
 }

Reply via email to