diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-01-26 17:01:35 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-01-26 17:01:52 +0100 |
commit | 8e4607e47bdd7d76671a3119a8ae0bcff598023b (patch) | |
tree | d8fbc97bab68b125d2ba5a9d6481fd34e2e6cf52 /net-libs/liboauth/liboauth-1.0.3-r1.ebuild | |
parent | dev-lang/rakudo: Bump (diff) | |
download | gentoo-8e4607e47bdd7d76671a3119a8ae0bcff598023b.tar.gz gentoo-8e4607e47bdd7d76671a3119a8ae0bcff598023b.tar.bz2 gentoo-8e4607e47bdd7d76671a3119a8ae0bcff598023b.zip |
net-libs/liboauth: Fix openssl-1.1 building
Thanks-to: Wataru Sakurai
Thanks-to: Albert W. Hopkins
Closes: https://bugs.gentoo.org/676080
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-libs/liboauth/liboauth-1.0.3-r1.ebuild')
-rw-r--r-- | net-libs/liboauth/liboauth-1.0.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild index 96cf577256ea..90acfdbc1fcc 100644 --- a/net-libs/liboauth/liboauth-1.0.3-r1.ebuild +++ b/net-libs/liboauth/liboauth-1.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,6 +17,7 @@ REQUIRED_USE="bindist? ( nss )" PATCHES=( "${FILESDIR}"/${PN}-1.0.1-doxygen-out-of-tree.patch "${FILESDIR}"/${PN}-1.0.3-openssl-1.1.patch + "${FILESDIR}"/${PN}-1.0.3-openssl-1.1_2.patch ) CDEPEND=" |