diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 12:06:51 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 12:06:51 +0000 |
commit | d29f10239b4bd568f7add2ccf2166515046032d3 (patch) | |
tree | 9d6c8da9c8cfc28e40df2f47b47028ae4c9a0174 /x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild | |
parent | Stable on hppa. See bug #119512. (diff) | |
download | gentoo-2-d29f10239b4bd568f7add2ccf2166515046032d3.tar.gz gentoo-2-d29f10239b4bd568f7add2ccf2166515046032d3.tar.bz2 gentoo-2-d29f10239b4bd568f7add2ccf2166515046032d3.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild')
-rw-r--r-- | x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild b/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild index 8254d6856a5d..3351fe7785af 100644 --- a/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild +++ b/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild,v 1.5 2004/08/04 20:54:44 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fspanel/fspanel-0.8_beta1-r2.ebuild,v 1.6 2006/01/21 12:03:15 nelchael Exp $ S=${WORKDIR}/fspanel-0.8beta1 DESCRIPTION="F***ing Small Panel. Good (and small) replacement for gnome-panel" @@ -12,8 +12,14 @@ KEYWORDS="x86 sparc ppc ~amd64" IUSE="" LICENSE="GPL-2" -DEPEND="virtual/x11 - dev-util/pkgconfig" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXft ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xproto virtual/x11 ) + dev-util/pkgconfig" src_compile() { |