dev-util/min-cscope: EAPI-6 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 25 Aug 2018 14:37:56 +0000 (16:37 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 25 Aug 2018 14:53:42 +0000 (16:53 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-util/min-cscope/min-cscope-16.1.0.ebuild

index 635ae50824d2f9b932cede20fcf17e17c0f686c3..9ae7cbca4018f0d573faa8191b9305449578c319 100644 (file)
@@ -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