diff options
author | 2018-06-29 11:31:23 -0500 | |
---|---|---|
committer | 2018-06-29 11:33:44 -0500 | |
commit | 1c8d47fded5dbd478625b710c983133468b11e92 (patch) | |
tree | f6634e95e355ccdd9cca852f3f3c364338e0e662 /app-crypt | |
parent | dev-python/vdirsyncer: version bump 0.16.6 (diff) | |
download | gentoo-1c8d47fded5dbd478625b710c983133468b11e92.tar.gz gentoo-1c8d47fded5dbd478625b710c983133468b11e92.tar.bz2 gentoo-1c8d47fded5dbd478625b710c983133468b11e92.zip |
app-crypt/sbsigntool: drop libressl support
Closes: https://bugs.gentoo.org/659606
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/sbsigntool/sbsigntool-0.9.1-r1.ebuild (renamed from app-crypt/sbsigntool/sbsigntool-0.9.1.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/sbsigntool/sbsigntool-0.9.1.ebuild b/app-crypt/sbsigntool/sbsigntool-0.9.1-r1.ebuild index 83cf4a6bf773..70e47576c088 100644 --- a/app-crypt/sbsigntool/sbsigntool-0.9.1.ebuild +++ b/app-crypt/sbsigntool/sbsigntool-0.9.1-r1.ebuild @@ -13,11 +13,10 @@ SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/${PN}s.git/snapsho LICENSE="GPL-3 LGPL-3 LGPL-2.1 CC0-1.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="libressl" +IUSE="" RDEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= sys-apps/util-linux" DEPEND="${RDEPEND} sys-apps/help2man |