diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-01-06 08:46:28 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-01-06 08:46:28 +0000 |
commit | 05227bc1ba0c4e6e10f418101fca7063720627ab (patch) | |
tree | 4b0d72366ffee93d14ae35824b869a55bb511fc6 /sys-apps/hal/hal-0.5.5.1-r3.ebuild | |
parent | add explicit handling of selinux support. (diff) | |
download | gentoo-2-05227bc1ba0c4e6e10f418101fca7063720627ab.tar.gz gentoo-2-05227bc1ba0c4e6e10f418101fca7063720627ab.tar.bz2 gentoo-2-05227bc1ba0c4e6e10f418101fca7063720627ab.zip |
add explicit handling of selinux support.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-apps/hal/hal-0.5.5.1-r3.ebuild')
-rw-r--r-- | sys-apps/hal/hal-0.5.5.1-r3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/hal/hal-0.5.5.1-r3.ebuild b/sys-apps/hal/hal-0.5.5.1-r3.ebuild index 5b508afed3f1..2e80b0eb1213 100644 --- a/sys-apps/hal/hal-0.5.5.1-r3.ebuild +++ b/sys-apps/hal/hal-0.5.5.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.5.1-r3.ebuild,v 1.2 2006/01/04 01:02:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.5.1-r3.ebuild,v 1.3 2006/01/06 08:46:28 pebenito Exp $ inherit eutils linux-info debug @@ -11,7 +11,7 @@ SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="acpi debug doc pam_console pcmcia" +IUSE="acpi debug doc pam_console pcmcia selinux" RDEPEND=">=dev-libs/glib-2.6 >=sys-apps/dbus-0.50 @@ -21,7 +21,8 @@ RDEPEND=">=dev-libs/glib-2.6 dev-libs/expat dev-libs/libusb sys-apps/hotplug - pam_console? ( sys-libs/pam )" + pam_console? ( sys-libs/pam ) + selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -92,6 +93,7 @@ src_compile() { $(use_enable acpi acpi-proc) \ $(use_enable doc docbook-docs) \ $(use_enable doc doxygen-docs) \ + $(use_enable selinux) \ || die "configure failed" # --disable-acpi-acpid when HAL handles all that acpid handles |