commit:     0a3c0acbea31e9d151f7817c9a166c8655cef043
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Jun 23 00:15:11 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 23 00:15:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a3c0acb

net-misc/kristall: Remove src_prepare().

Not needed anymore because the Makefile generated by qmake is discarded.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 net-misc/kristall/kristall-0.3.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/net-misc/kristall/kristall-0.3.ebuild 
b/net-misc/kristall/kristall-0.3.ebuild
index a575f1a..108347b 100644
--- a/net-misc/kristall/kristall-0.3.ebuild
+++ b/net-misc/kristall/kristall-0.3.ebuild
@@ -16,11 +16,6 @@ KEYWORDS="~amd64"
 RDEPEND="dev-qt/qtmultimedia:5[widgets]"
 DEPEND="${RDEPEND}"
 
-src_prepare() {
-       xdg_src_prepare
-       sed -Ei 's|(target\.path) = .+|\1 = /usr/bin|' src/kristall.pro || die
-}
-
 src_configure() {
        # qmake overwrites Makefile but it is needed for installing.
        mv Makefile{,.tmp} || die

Reply via email to