This commit is contained in:
blshkv 2016-04-07 07:11:29 +08:00
commit 1c27d875a6
3 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -9,7 +9,7 @@ DESCRIPTION="Pentoo meta ebuild to install all X and WM/DE related things"
HOMEPAGE="http://www.pentoo.ch"
SLOT="0"
LICENSE="GPL-3"
IUSE="X +cdr enlightenment kde livecd-stage1 mate pentoo pulseaudio samba +xfce"
IUSE="X +cdr enlightenment hardened kde livecd-stage1 mate pentoo pulseaudio samba +xfce"
S="${WORKDIR}"
@ -41,7 +41,8 @@ PDEPEND="X? (
pulseaudio? ( media-sound/pavucontrol )
!kde? ( net-misc/rdesktop )
|| ( kde? ( kde-apps/krdc ) net-misc/tigervnc net-misc/tightvnc )
!arm? ( || ( www-client/chromium www-client/google-chrome www-client/google-chrome-beta ) )
amd64? ( || ( www-client/chromium www-client/google-chrome www-client/google-chrome-beta www-client/google-chrome-unstable ) )
x86? ( !hardened? ( || ( www-client/chromium www-client/google-chrome www-client/google-chrome-beta www-client/google-chrome-unstable ) ) )
|| ( www-client/firefox www-client/firefox-bin )
www-plugins/hackplugins-meta
)"

View file

@ -46,7 +46,7 @@ PDEPEND="
!arm? ( www-client/firefox-bin )
net-ftp/filezilla
!arm? ( www-plugins/chrome-binary-plugins:stable )
!arm? ( www-client/chromium )
amd64? ( www-client/chromium )
!arm? ( www-client/google-chrome )
app-office/libreoffice
!arm? ( app-emulation/virtualbox[extensions] )

View file

@ -4,3 +4,4 @@ dev-ruby/tzinfo amd64
~dev-ruby/typhoeus-1.0.1 **
~dev-ruby/backports-3.6.7 **
~dev-ruby/concurrent-ruby-1.0.1 **
~dev-ruby/msgpack-0.7.5 **