commit: 20ca914f92d7cd0b1b67fdd08bc02b64ff910597 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Mar 3 14:42:46 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Mar 3 14:42:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=20ca914f
media-libs/libgfx: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> media-libs/libgfx/libgfx-1.1.0.ebuild | 6 +++--- 1 file 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/* }
