Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 595092

Summary: mail-filter/rmilter: add libressl support
Product: Gentoo Linux Reporter: Ian Moone <gentoo>
Component: Current packagesAssignee: Gentoo LibreSSL <libressl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: libressl ebuild patch for rmilter-1.9.2

Description Ian Moone 2016-09-25 12:13:45 UTC
Created attachment 447840 [details, diff]
libressl ebuild patch for rmilter-1.9.2

Patch for tested ebuild attached.

Reproducible: Always
Comment 1 Anthony Basile gentoo-dev 2016-09-25 12:38:15 UTC
i added this directly to 1.9.2.  also note the slot operators I used:

+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:0= )

we're trying to move to well defined slot/subslots for these packages to properly track abi changes.