1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 DESCRIPTION="Service manager for the s6 supervision suite"
8 HOMEPAGE="http://www.skarnet.org/software/s6-rc/"
9 SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz"
13 KEYWORDS="~amd64 ~x86"
14 IUSE="static static-libs"
18 >=dev-lang/execline-2.1.4.5[static-libs]
19 >=dev-libs/skalibs-2.3.8.3[static-libs]
20 >=sys-apps/s6-2.2.4.2[static-libs]
23 >=dev-lang/execline-2.1.4.5
24 >=dev-libs/skalibs-2.3.8.3
30 >=dev-lang/execline-2.1.4.5
31 >=dev-libs/skalibs-2.3.8.3
41 # Remove QA warning about LDFLAGS addition
42 sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" "${S}/configure" || die
50 $(use_enable !static shared) \
51 $(use_enable static-libs static) \
52 $(use_enable static allstatic) \
55 --dynlibdir=/$(get_libdir) \
56 --libdir=/usr/$(get_libdir)/${PN} \
58 --sysdepdir=/usr/$(get_libdir)/${PN} \
59 --with-dynlib=/$(get_libdir) \
60 --with-sysdeps=/usr/$(get_libdir)/skalibs