aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:42:46 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-03 15:42:46 +0100
commit20ca914f92d7cd0b1b67fdd08bc02b64ff910597 (patch)
tree9783b2357e61b575bd1075f429ca108c2862d717
parentdev-util/ndiff: EAPI bump (diff)
downloadsci-20ca914f92d7cd0b1b67fdd08bc02b64ff910597.tar.gz
sci-20ca914f92d7cd0b1b67fdd08bc02b64ff910597.tar.bz2
sci-20ca914f92d7cd0b1b67fdd08bc02b64ff910597.zip
media-libs/libgfx: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--media-libs/libgfx/libgfx-1.1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libgfx/libgfx-1.1.0.ebuild b/media-libs/libgfx/libgfx-1.1.0.ebuild
index c3671ce07..7fba3d1da 100644
--- a/media-libs/libgfx/libgfx-1.1.0.ebuild
+++ b/media-libs/libgfx/libgfx-1.1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Simplify the creation of computer graphics software"
HOMEPAGE="http://mgarland.org/software/libgfx.html"
@@ -23,5 +23,5 @@ src_install() {
use static-libs && dolib.a src/*.a
doheader include/gfx/gfx.h
- dohtml doc/*
+ dodoc doc/*
}