diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:13:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:13:32 +0300 |
commit | 3da063722f18a0b744637740847504370c55381d (patch) | |
tree | 0e7a491d289fbb4c4bf4eb81b5429c84c2e5f3ae /dev-db/sqlcipher | |
parent | sci-mathematics/rstudio: remove libressl support (diff) | |
download | gentoo-3da063722f18a0b744637740847504370c55381d.tar.gz gentoo-3da063722f18a0b744637740847504370c55381d.tar.bz2 gentoo-3da063722f18a0b744637740847504370c55381d.zip |
dev-db/sqlcipher: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-db/sqlcipher')
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-3.4.2.ebuild | 8 | ||||
-rw-r--r-- | dev-db/sqlcipher/sqlcipher-4.0.1.ebuild | 5 |
2 files changed, 4 insertions, 9 deletions
diff --git a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild index 1f5bdc481350..d67124b09e38 100644 --- a/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild +++ b/dev-db/sqlcipher/sqlcipher-3.4.2.ebuild @@ -13,14 +13,13 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="libedit readline libressl static-libs tcl test" +IUSE="libedit readline static-libs tcl test" RESTRICT="!test? ( test )" # Tcl is always needed by buildsystem RDEPEND=" libedit? ( dev-libs/libedit[${MULTILIB_USEDEP}] ) - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] ) tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] ) " @@ -37,9 +36,6 @@ REQUIRED_USE=" DOCS=( README.md ) src_prepare() { - # bug #678502 - eapply "${FILESDIR}/${P}-libressl-2.8.patch" - append-cflags -DSQLITE_HAS_CODEC default eautoreconf diff --git a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild index e82a2ba8a159..9751b1c88489 100644 --- a/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild +++ b/dev-db/sqlcipher/sqlcipher-4.0.1.ebuild @@ -13,13 +13,12 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="debug libedit readline libressl static-libs tcl test" +IUSE="debug libedit readline static-libs tcl test" # Tcl is always needed by buildsystem RDEPEND=" libedit? ( dev-libs/libedit[${MULTILIB_USEDEP}] ) - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] ) tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] ) " |