Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 574936
Collapse All | Expand All

(-)/usr/portage/www-client/w3m/w3m-0.5.3-r5.ebuild (-2 / +5 lines)
Lines 12-18 Link Here
12
LICENSE="w3m"
12
LICENSE="w3m"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
14
KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
15
IUSE="X fbcon gpm gtk imlib lynxkeymap migemo nls nntp ssl unicode vanilla xface linguas_ja"
15
IUSE="X fbcon gpm gtk imlib libressl lynxkeymap migemo nls nntp ssl unicode vanilla xface linguas_ja"
16
16
17
# We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
17
# We cannot build w3m with gtk+2 w/o X because gtk+2 ebuild doesn't
18
# allow us to build w/o X, so we have to give up framebuffer w3mimg....
18
# allow us to build w/o X, so we have to give up framebuffer w3mimg....
Lines 27-33 Link Here
27
	xface? ( media-libs/compface )
27
	xface? ( media-libs/compface )
28
	gpm? ( >=sys-libs/gpm-1.19.3-r5 )
28
	gpm? ( >=sys-libs/gpm-1.19.3-r5 )
29
	migemo? ( >=app-text/migemo-0.40 )
29
	migemo? ( >=app-text/migemo-0.40 )
30
	ssl? ( >=dev-libs/openssl-0.9.6b:0= )"
30
	ssl? (
31
		libressl? ( >=dev-libs/libressl-2.2.5 )
32
		!libressl? ( >=dev-libs/openssl-0.9.6b:0= )
33
	)"
31
DEPEND="${RDEPEND}
34
DEPEND="${RDEPEND}
32
	virtual/pkgconfig"
35
	virtual/pkgconfig"
33
36

Return to bug 574936