commit: 0df65ab2ecc61eae5c72d65fad344918c432e9bf
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 23:55:45 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 23:55:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df65ab2
dev-db/mysqltuner: do not install README file.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-db/mysqltuner/mysqltuner-1.6.18.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
index 7a51ca5617e..4bb2ed7b6a9 100644
--- a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
@@ -19,7 +19,7 @@ RDEPEND="dev-lang/perl
virtual/perl-Getopt-Long
virtual/mysql"
-DOCS=( README.* USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt
vulnerabilities.csv )
+DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt
vulnerabilities.csv )
S="${WORKDIR}/${MY_PN}-${PV}"
src_install() {