mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/min-cscope: EAPI-6 bump
Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils flag-o-matic
|
||||
|
||||
DESCRIPTION="Interactively examine a C program"
|
||||
@@ -15,7 +16,7 @@ IUSE="debug"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
DOCS="AUTHORS README* TODO"
|
||||
DOCS=( AUTHORS README{,.cscope} TODO )
|
||||
|
||||
src_prepare() {
|
||||
cmake-utils_src_prepare
|
||||
|
||||
Reference in New Issue
Block a user