diff options
Diffstat (limited to 'dev-embedded/picprog/picprog-1.9.1.ebuild')
-rw-r--r-- | dev-embedded/picprog/picprog-1.9.1.ebuild | 8 |
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 } |