commit: b07484cf2e8eed49abb3aaa85f50837c57b3eadb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 19:56:34 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 19:56:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07484cf
app-portage/gemato: Install utility scripts +x
app-portage/gemato/{gemato-13.0.ebuild => gemato-13.0-r1.ebuild} | 4 ++--
app-portage/gemato/gemato-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-portage/gemato/gemato-13.0.ebuild
b/app-portage/gemato/gemato-13.0-r1.ebuild
similarity index 96%
rename from app-portage/gemato/gemato-13.0.ebuild
rename to app-portage/gemato/gemato-13.0-r1.ebuild
index 2fc2a5fa09a..d4fc71a6337 100644
--- a/app-portage/gemato/gemato-13.0.ebuild
+++ b/app-portage/gemato/gemato-13.0-r1.ebuild
@@ -37,7 +37,7 @@ python_install_all() {
distutils-r1_python_install_all
if use tools; then
- insinto /usr/share/gemato
- doins utils/*.{bash,py}
+ exeinto /usr/share/gemato
+ doexe utils/*.{bash,py}
fi
}
diff --git a/app-portage/gemato/gemato-9999.ebuild
b/app-portage/gemato/gemato-9999.ebuild
index 2a955da4d7d..d58dc34eb2e 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -38,7 +38,7 @@ python_install_all() {
distutils-r1_python_install_all
if use tools; then
- insinto /usr/share/gemato
- doins utils/*.{bash,py}
+ exeinto /usr/share/gemato
+ doexe utils/*.{bash,py}
fi
}