Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 595092 - mail-filter/rmilter: add libressl support
Summary: mail-filter/rmilter: add libressl support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LibreSSL
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2016-09-25 12:13 UTC by Ian Moone
Modified: 2016-09-25 12:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libressl ebuild patch for rmilter-1.9.2 (rmilter-1.9.2-r1.ebuild.patch,582 bytes, patch)
2016-09-25 12:13 UTC, Ian Moone
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.