blob: 9559f3dfc02b7ce32656ebcfe971255a54ee10c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session-4.3.90.2.ebuild,v 1.1 2006/07/10 18:21:49 bcowan Exp $
inherit xfce44
xfce44_beta
DESCRIPTION="Xfce 4 session manager"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
RDEPEND="|| ( ( x11-libs/libX11
x11-libs/libSM )
virtual/x11 )
~xfce-base/xfce-utils-${PV}"
DEPEND="${RDEPEND}
|| ( x11-libs/libXt virtual/x11 )"
xfce44_core_package
|