summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-09 20:04:04 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-09 20:11:20 +0100
commit093d081d73a4c668c6359e3a4b143061d0560c31 (patch)
treebb61e6ba36563be92b5ca7cc5beff33339daf4ed /media-video
parentmedia-video/dvdimagecmp: Bump to EAPI 7 (diff)
downloadgentoo-093d081d73a4c668c6359e3a4b143061d0560c31.tar.gz
gentoo-093d081d73a4c668c6359e3a4b143061d0560c31.tar.bz2
gentoo-093d081d73a4c668c6359e3a4b143061d0560c31.zip
media-video/emovix: Bump to EAPI 7
Bug: https://bugs.gentoo.org/697264 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/emovix/emovix-0.9.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/emovix/emovix-0.9.0.ebuild b/media-video/emovix/emovix-0.9.0.ebuild
index eea6ee9e0459..338095e2c030 100644
--- a/media-video/emovix/emovix-0.9.0.ebuild
+++ b/media-video/emovix/emovix-0.9.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
-DESCRIPTION="Micro Linux distro to boot from a CD and play every video file localized in the CD root"
+DESCRIPTION="Micro Linux distro to boot from a CD and play videos"
HOMEPAGE="http://movix.sourceforge.net"
SRC_URI="mirror://sourceforge/movix/${P}.tar.gz"
@@ -16,7 +16,7 @@ DEPEND="dev-lang/perl
virtual/awk"
src_install() {
- emake -j1 DESTDIR="${D}" install || die "emake install failed."
+ emake -j1 DESTDIR="${D}" install
dodoc AUTHORS ChangeLog README* TODO
dosym /usr/lib/win32 /usr/share/emovix/codecs
}