commit:     3f7de8266d955e87f098cf78c157ab3fece3fe12
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 18:18:06 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 18:18:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7de826

dev-embedded/picprog: Port to EAPI 7

Closes: https://bugs.gentoo.org/742200
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-embedded/picprog/picprog-1.9.1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-embedded/picprog/picprog-1.9.1.ebuild 
b/dev-embedded/picprog/picprog-1.9.1.ebuild
index 49908460f47..1959d42a4d8 100644
--- a/dev-embedded/picprog/picprog-1.9.1.ebuild
+++ b/dev-embedded/picprog/picprog-1.9.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -12,7 +12,6 @@ SRC_URI="http://www.iki.fi/hyvatti/pic/${P}.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE=""
 
 src_compile() {
        emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -21,6 +20,7 @@ src_compile() {
 src_install() {
        dobin picprog
        dodoc README
-       dohtml picprog.html *.png
+       docinto html
+       dodoc picprog.html *.png
        doman picprog.1
 }

Reply via email to