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

(-)libnl-3.2.22-r2.ebuild (-1 / +5 lines)
Lines 4-9 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
PYTHON_COMPAT=( python2_{6,7} python3_{1,2,3} )
6
PYTHON_COMPAT=( python2_{6,7} python3_{1,2,3} )
7
DISTUTILS_OPTIONAL=1
7
inherit distutils-r1 eutils libtool multilib
8
inherit distutils-r1 eutils libtool multilib
8
9
9
DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
10
DESCRIPTION="A collection of libraries providing APIs to netlink protocol based Linux kernel interfaces"
Lines 17-28 Link Here
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
18
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
18
IUSE="doc static-libs python utils"
19
IUSE="doc static-libs python utils"
19
20
20
DEPEND="
21
RDEPEND="python? ( ${PYTHON_DEPS} )"
22
DEPEND="${RDEPEND}
21
	python? ( dev-lang/swig )
23
	python? ( dev-lang/swig )
22
	sys-devel/flex
24
	sys-devel/flex
23
	sys-devel/bison
25
	sys-devel/bison
24
"
26
"
25
27
28
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
29
26
DOCS=( ChangeLog )
30
DOCS=( ChangeLog )
27
31
28
src_prepare() {
32
src_prepare() {

Return to bug 477550