Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 562324 | Differences between
and this patch

Collapse All | Expand All

(-)apache-tools-2.4.16.ebuild (-2 / +5 lines)
Lines 12-18 Link Here
12
LICENSE="Apache-2.0"
12
LICENSE="Apache-2.0"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
15
IUSE="ssl"
15
IUSE="libressl ssl"
16
RESTRICT="test"
16
RESTRICT="test"
17
17
18
RDEPEND=">=dev-libs/apr-1.5.0:1
18
RDEPEND=">=dev-libs/apr-1.5.0:1
Lines 20-26 Link Here
20
	dev-libs/expat
20
	dev-libs/expat
21
	dev-libs/libpcre
21
	dev-libs/libpcre
22
	kernel_linux? ( sys-apps/util-linux )
22
	kernel_linux? ( sys-apps/util-linux )
23
	ssl? ( dev-libs/openssl:0= )"
23
	ssl? (
24
		!libressl? ( dev-libs/openssl:0= )
25
		libressl? ( dev-libs/libressl:= )
26
	)"
24
27
25
DEPEND="${RDEPEND}
28
DEPEND="${RDEPEND}
26
	sys-devel/libtool"
29
	sys-devel/libtool"

Return to bug 562324