diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-05-31 10:11:35 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-05-31 10:11:35 +0000 |
commit | 2f2f32759ba458782516dd40a51fd9af756fa729 (patch) | |
tree | a157b99342fd41cdef08332a53530f136a5df84a /eclass/kde4-base.eclass | |
parent | From now on, Mac OS X/Darwin is built with Clang (diff) | |
download | historical-2f2f32759ba458782516dd40a51fd9af756fa729.tar.gz historical-2f2f32759ba458782516dd40a51fd9af756fa729.tar.bz2 historical-2f2f32759ba458782516dd40a51fd9af756fa729.zip |
KDE: fix SELinux deps, bug 550824
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 8cf333014c07..65a6fbd409a4 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.152 2015/05/15 16:13:42 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.153 2015/05/31 10:11:35 perfinion Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -370,7 +370,7 @@ case ${KDE_SELINUX_MODULE} in none) ;; *) IUSE+=" selinux" - kdecommondepend+=" selinux? ( sec-policy/selinux-${KDE_SELINUX_MODULE} )" + kderdepend+=" selinux? ( sec-policy/selinux-${KDE_SELINUX_MODULE} )" ;; esac |