Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitestudio/
Date: Fri, 30 Apr 2021 23:43:17
Message-Id: 1619826091.0e0378af5a32464c1857fa675c96df32e4b1e489.sam@gentoo
1 commit: 0e0378af5a32464c1857fa675c96df32e4b1e489
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 23:41:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 23:41:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0378af
7
8 dev-db/sqlitestudio: drop obsolete LibreSSL patch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild b/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
16 index af6ff97a5db..6b5bc1399b7 100644
17 --- a/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
18 +++ b/dev-db/sqlitestudio/sqlitestudio-3.2.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -40,8 +40,6 @@ BDEPEND="
26 dev-qt/linguist-tools:5
27 "
28
29 -PATCHES=( "${FILESDIR}"/${P}-libressl.patch )
30 -
31 S="${WORKDIR}"
32 core_build_dir="${S}/output/build"
33 plugins_build_dir="${core_build_dir}/Plugins"