diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:27:43 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 16:27:43 +0000 |
commit | 948295516f9ebe49e0e549752f28dc0c48409b7e (patch) | |
tree | b99a0c6d6bb2c361c9fe481e2895a0fe6b3c4035 /x11-misc/xbatt/xbatt-1.2.1.ebuild | |
parent | Improve gongloo's changelog message; he dropped ppc-macos stable keyword (diff) | |
download | gentoo-2-948295516f9ebe49e0e549752f28dc0c48409b7e.tar.gz gentoo-2-948295516f9ebe49e0e549752f28dc0c48409b7e.tar.bz2 gentoo-2-948295516f9ebe49e0e549752f28dc0c48409b7e.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xbatt/xbatt-1.2.1.ebuild')
-rw-r--r-- | x11-misc/xbatt/xbatt-1.2.1.ebuild | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-misc/xbatt/xbatt-1.2.1.ebuild b/x11-misc/xbatt/xbatt-1.2.1.ebuild index 5d86820ddf33..fbcdbf5cac4b 100644 --- a/x11-misc/xbatt/xbatt-1.2.1.ebuild +++ b/x11-misc/xbatt/xbatt-1.2.1.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/xbatt/xbatt-1.2.1.ebuild,v 1.6 2004/11/02 05:06:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbatt/xbatt-1.2.1.ebuild,v 1.7 2006/01/21 16:27:43 nelchael Exp $ DESCRIPTION="Notebook battery indicator for X" HOMEPAGE="http://www.clave.gr.jp/~eto/xbatt/" @@ -11,7 +11,17 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXaw + x11-libs/libXext + x11-libs/libxkbfile + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { xmkmf || die |