Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="A portable C library for reading and writing BSB format image files"
HOMEPAGE="http://libbsb.sourceforge.net/"
# tools work perfectly, so restrict test until this is fixed upstream
RESTRICT="test"
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README AUTHORS
-}
+DOCS=( README AUTHORS )