# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-3.0.ebuild,v 1.1 2015/03/20 00:11:55 blueness Exp $ EAPI="5" KV_min=2.6.39 inherit autotools eutils multilib user multilib-minimal if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/gentoo/eudev.git" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN#lib}/${P#lib}.tar.gz" KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" HOMEPAGE="https://github.com/gentoo/eudev" LICENSE="LGPL-2.1 MIT GPL-2" SLOT="0" IUSE="doc static-libs test" COMMON_DEPEND=">=sys-apps/util-linux-2.20 !