summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-15 09:14:23 +0100
committerSam James <sam@gentoo.org>2021-04-16 12:16:19 +0100
commitb07c149261f7b2ca8156556754a2c80c2559e077 (patch)
treecb1b596fbad7536416f201d9aac68bcfda520059 /dev-ml/lablgl
parentdev-ml/dune: multiprocessing-- (diff)
downloadgentoo-b07c149261f7b2ca8156556754a2c80c2559e077.tar.gz
gentoo-b07c149261f7b2ca8156556754a2c80c2559e077.tar.bz2
gentoo-b07c149261f7b2ca8156556754a2c80c2559e077.zip
dev-ml/lablgl: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/lablgl')
-rw-r--r--dev-ml/lablgl/lablgl-1.05-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-ml/lablgl/lablgl-1.05-r1.ebuild b/dev-ml/lablgl/lablgl-1.05-r1.ebuild
index d99d7d1f7933..e247ba03cdc1 100644
--- a/dev-ml/lablgl/lablgl-1.05-r1.ebuild
+++ b/dev-ml/lablgl/lablgl-1.05-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
-inherit multilib eutils toolchain-funcs
+inherit multilib toolchain-funcs
DESCRIPTION="Objective CAML interface for OpenGL"
HOMEPAGE="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgl.html"
@@ -28,7 +28,7 @@ RDEPEND="
>=dev-lang/tk-8.3:0=
dev-ml/labltk:=
)
- "
+"
DEPEND="${RDEPEND}"
src_configure() {
@@ -82,10 +82,10 @@ src_install() {
dodoc README CHANGES
if use doc ; then
- mv Togl/examples{,.togl}
+ mv Togl/examples{,.togl} || die
dodoc -r Togl/examples.togl
- mv LablGlut/examples{,.glut}
+ mv LablGlut/examples{,.glut} || die
dodoc -r LablGlut/examples.glut
fi
}