commit: 6212f2d3f2d353cd80c1997eebb7b3e8ddb76e5b Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Sat Apr 10 14:45:44 2021 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Sat Apr 10 14:45:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6212f2d3
net-misc/kristall: Remove buildflags-patch from live ebuild. Merged into upstream. <https://github.com/MasterQ32/kristall/commit/7074170> Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> net-misc/kristall/kristall-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-misc/kristall/kristall-9999.ebuild b/net-misc/kristall/kristall-9999.ebuild index 3854bc55f..e255fe2b1 100644 --- a/net-misc/kristall/kristall-9999.ebuild +++ b/net-misc/kristall/kristall-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,8 +27,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="dev-qt/qtcore" # qmake -PATCHES=( "${FILESDIR}/${PN}-0.3_add_flags.patch" ) - src_install() { emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install einstalldocs
