summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 18:07:02 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 18:07:55 +0300
commitdff29b96af2dc212d57ca853438404bbc8ec0807 (patch)
tree940b892cd049b5239c3a10621121dff7dfefe762 /media-gfx/argyllcms
parentnet-vpn/tor: remove libressl support (diff)
downloadgentoo-dff29b96af2dc212d57ca853438404bbc8ec0807.tar.gz
gentoo-dff29b96af2dc212d57ca853438404bbc8ec0807.tar.bz2
gentoo-dff29b96af2dc212d57ca853438404bbc8ec0807.zip
media-gfx/argyllcms: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-gfx/argyllcms')
-rw-r--r--media-gfx/argyllcms/argyllcms-2.1.2-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/argyllcms/argyllcms-2.1.2-r1.ebuild b/media-gfx/argyllcms/argyllcms-2.1.2-r1.ebuild
index 8525a9f4b216..579891ce1cba 100644
--- a/media-gfx/argyllcms/argyllcms-2.1.2-r1.ebuild
+++ b/media-gfx/argyllcms/argyllcms-2.1.2-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
@@ -14,7 +14,7 @@ SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 arm64 ~hppa x86"
-IUSE="doc libressl"
+IUSE="doc"
RDEPEND="
media-libs/tiff:0
@@ -28,8 +28,8 @@ RDEPEND="
x11-libs/libXrandr
x11-libs/libXxf86vm
x11-libs/libXScrnSaver
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )"
+ dev-libs/openssl:0=
+"
DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip
dev-util/ftjam"