diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-10-04 22:28:26 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-10-04 22:28:26 +0300 |
commit | d11fcd28c44f8181f9d45d4ce8967e9c106e5b87 (patch) | |
tree | e0bc3bce3b33c5f70fd768323c1d253e49d068d4 /dev-libs | |
parent | dev-libs/botan: do not permit openssl-1.1 (diff) | |
download | gentoo-d11fcd28c44f8181f9d45d4ce8967e9c106e5b87.tar.gz gentoo-d11fcd28c44f8181f9d45d4ce8967e9c106e5b87.tar.bz2 gentoo-d11fcd28c44f8181f9d45d4ce8967e9c106e5b87.zip |
dev-libs/botan: remove unneeded c++11 patch
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/botan/botan-1.10.17.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-1.10.17.ebuild b/dev-libs/botan/botan-1.10.17.ebuild index 5475dd118672..4045d948b7be 100644 --- a/dev-libs/botan/botan-1.10.17.ebuild +++ b/dev-libs/botan/botan-1.10.17.ebuild @@ -32,7 +32,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx )" PATCHES=( - "${FILESDIR}/${PN}-1.10.15-c++11.patch" "${FILESDIR}/${P}-build.patch" "${FILESDIR}/${P}-libressl.patch" ) |