diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-04-10 16:45:44 +0200 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-04-10 16:45:44 +0200 |
commit | 6212f2d3f2d353cd80c1997eebb7b3e8ddb76e5b (patch) | |
tree | f3ce36cf27206f76829cea23857b28cd09c42b90 /net-misc | |
parent | app-editors/atom-bin: fix QA error and add support for mime (diff) | |
download | guru-6212f2d3f2d353cd80c1997eebb7b3e8ddb76e5b.tar.gz guru-6212f2d3f2d353cd80c1997eebb7b3e8ddb76e5b.tar.bz2 guru-6212f2d3f2d353cd80c1997eebb7b3e8ddb76e5b.zip |
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@tastytea.de>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kristall/kristall-9999.ebuild | 4 |
1 files changed, 1 insertions, 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 |