summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-15 03:11:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-15 03:32:35 +0100
commit63e927d91b86cf0d6054c3077b9eec51eb8ce4c0 (patch)
treefda05d61064210c97583808e0c4df38fbce0ce4a /media-libs
parentmedia-libs/libclastfm: EAPI-7 bump (diff)
downloadgentoo-63e927d91b86cf0d6054c3077b9eec51eb8ce4c0.tar.gz
gentoo-63e927d91b86cf0d6054c3077b9eec51eb8ce4c0.tar.bz2
gentoo-63e927d91b86cf0d6054c3077b9eec51eb8ce4c0.zip
media-libs/libbsb: EAPI-7 bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libbsb/libbsb-0.0.7.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/media-libs/libbsb/libbsb-0.0.7.ebuild b/media-libs/libbsb/libbsb-0.0.7.ebuild
index 94b0f2de5f81..feeb2374dcf2 100644
--- a/media-libs/libbsb/libbsb-0.0.7.ebuild
+++ b/media-libs/libbsb/libbsb-0.0.7.ebuild
@@ -1,7 +1,7 @@
-# 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/"
@@ -20,7 +20,4 @@ RDEPEND="${DEPEND}"
# 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 )