commit: 0e0378af5a32464c1857fa675c96df32e4b1e489
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 23:41:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 23:41:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0378af
dev-db/sqlitestudio: drop obsolete LibreSSL patch
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
b/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
index af6ff97a5db..6b5bc1399b7 100644
--- a/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
+++ b/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,8 +40,6 @@ BDEPEND="
dev-qt/linguist-tools:5
"
-PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
-
S="${WORKDIR}"
core_build_dir="${S}/output/build"
plugins_build_dir="${core_build_dir}/Plugins"