commit: d27e69ddfe43c0e1695872b10c54ef8278f0b84d
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 07:49:54 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 07:49:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d27e69dd
kde-plasma/kgamma: Set custom S
Gentoo-Bug: 558456
Reported-by: Karel De Vriendt <Karel.De-Vriendt <AT> skynet.be>
Package-Manager: portage-2.2.20.1
kde-plasma/kgamma/kgamma-5.3.95.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/kde-plasma/kgamma/kgamma-5.3.95.ebuild
b/kde-plasma/kgamma/kgamma-5.3.95.ebuild
index 7232a2e..bd68846 100644
--- a/kde-plasma/kgamma/kgamma-5.3.95.ebuild
+++ b/kde-plasma/kgamma/kgamma-5.3.95.ebuild
@@ -28,3 +28,7 @@ DEPEND="${RDEPEND}
x11-proto/xf86vidmodeproto
!kde-apps/kgamma:5
"
+# bug 558456, tarball ends with 5 but not packaged dir
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ S="${WORKDIR}/${P}"
+fi