summaryrefslogtreecommitdiff
blob: a1e9269640745bd78ad0904b24d01cca35599681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

DESCRIPTION="Metapackage to provide 32bit libraries via multilib"
HOMEPAGE="http://www.gentoo.org/"
LICENSE="GPL-2"

KEYWORDS="-* amd64"
SLOT="0"
IUSE="-nodep kerberos xfce"


RDEPEND="
!nodep? (
	dev-libs/atk[lib32]
	x11-libs/cairo[lib32]
	x11-libs/gtk+[lib32]
	x11-libs/pango[lib32]
	x11-themes/gtk-engines[lib32]
	xfce? ( x11-themes/gtk-engines-xfce[lib32] )
)
"