diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-06 19:29:43 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-06 19:29:43 +0000 |
commit | 02bd461ce9f5aaf11ff56c38a8423c261fa0141c (patch) | |
tree | 24a5f9cfb6b653065885c04ba38d54a89ac42b98 /sys-apps/dbus | |
parent | Stable on amd64 wrt bug 170828 (diff) | |
download | gentoo-2-02bd461ce9f5aaf11ff56c38a8423c261fa0141c.tar.gz gentoo-2-02bd461ce9f5aaf11ff56c38a8423c261fa0141c.tar.bz2 gentoo-2-02bd461ce9f5aaf11ff56c38a8423c261fa0141c.zip |
Fix up SELinux support
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-1.0.2-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index 1d3be7046551..13faa91ce1f2 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dbus # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.188 2007/04/04 13:35:25 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.189 2007/04/06 19:29:43 cardoe Exp $ + + 06 Apr 2007; Doug Goldstein <cardoe@gentoo.org> dbus-1.0.2-r2.ebuild: + Fix up SELinux support 04 Apr 2007; Doug Goldstein <cardoe@gentoo.org> files/dbus.init-1.0: Remove init script hack for parallel starting since HAL is now fixed. diff --git a/sys-apps/dbus/dbus-1.0.2-r2.ebuild b/sys-apps/dbus/dbus-1.0.2-r2.ebuild index 718cb7730ae0..cbd91963b022 100644 --- a/sys-apps/dbus/dbus-1.0.2-r2.ebuild +++ b/sys-apps/dbus/dbus-1.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.0.2-r2.ebuild,v 1.2 2007/04/04 13:34:08 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.0.2-r2.ebuild,v 1.3 2007/04/06 19:29:43 cardoe Exp $ inherit eutils multilib autotools flag-o-matic @@ -14,7 +14,8 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ IUSE="debug doc selinux X" RDEPEND="X? ( x11-libs/libXt x11-libs/libX11 ) - selinux? ( sys-libs/libselinux ) + selinux? ( sys-libs/libselinux + sec-policy/selinux-dbus ) >=dev-libs/expat-1.95.8 !<sys-apps/dbus-0.91" DEPEND="${RDEPEND} |