diff options
author | 2021-03-03 15:42:46 +0100 | |
---|---|---|
committer | 2021-03-03 15:42:46 +0100 | |
commit | 20ca914f92d7cd0b1b67fdd08bc02b64ff910597 (patch) | |
tree | 9783b2357e61b575bd1075f429ca108c2862d717 /media-libs | |
parent | dev-util/ndiff: EAPI bump (diff) | |
download | sci-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>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libgfx/libgfx-1.1.0.ebuild | 6 |
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/* } |