diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-25 16:37:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-25 16:53:42 +0200 |
commit | bb4eb2dab1c87f02fe1b14aac2535442fe946a14 (patch) | |
tree | 1069c8ec71e4c8eba3daf8781cb43e58930109ce /dev-util/min-cscope | |
parent | app-text/stardict: migrate stable to dev-db/mysql-connector-c (diff) | |
download | gentoo-bb4eb2dab1c87f02fe1b14aac2535442fe946a14.tar.gz gentoo-bb4eb2dab1c87f02fe1b14aac2535442fe946a14.tar.bz2 gentoo-bb4eb2dab1c87f02fe1b14aac2535442fe946a14.zip |
dev-util/min-cscope: EAPI-6 bump
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-util/min-cscope')
-rw-r--r-- | dev-util/min-cscope/min-cscope-16.1.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/min-cscope/min-cscope-16.1.0.ebuild b/dev-util/min-cscope/min-cscope-16.1.0.ebuild index 635ae50824d2..9ae7cbca4018 100644 --- a/dev-util/min-cscope/min-cscope-16.1.0.ebuild +++ b/dev-util/min-cscope/min-cscope-16.1.0.ebuild @@ -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 |