summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-09-16 20:18:06 +0200
committerDavid Seifert <soap@gentoo.org>2020-09-16 20:18:06 +0200
commit3f7de8266d955e87f098cf78c157ab3fece3fe12 (patch)
tree5bddc83995a2e31d94e6bc495d6d2c3d63202cef /dev-embedded
parentdev-embedded/picp: Port to EAPI 7 (diff)
downloadgentoo-3f7de8266d955e87f098cf78c157ab3fece3fe12.tar.gz
gentoo-3f7de8266d955e87f098cf78c157ab3fece3fe12.tar.bz2
gentoo-3f7de8266d955e87f098cf78c157ab3fece3fe12.zip
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@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/picprog/picprog-1.9.1.ebuild8
1 files 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 49908460f478..1959d42a4d8a 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
}