summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-01-27 16:34:26 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-01-27 16:34:26 +0000
commit148a9e1a4a324ab508f417da0c6816e2216846d3 (patch)
treef1ee753b3a49a819ed480a44e36154da24dfb11a /x11-misc/xteddy
parentTrivial compile warning fix. (diff)
downloadgentoo-2-148a9e1a4a324ab508f417da0c6816e2216846d3.tar.gz
gentoo-2-148a9e1a4a324ab508f417da0c6816e2216846d3.tar.bz2
gentoo-2-148a9e1a4a324ab508f417da0c6816e2216846d3.zip
Fixed modular X dependencies.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xteddy')
-rw-r--r--x11-misc/xteddy/xteddy-2.0.1.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-misc/xteddy/xteddy-2.0.1.ebuild b/x11-misc/xteddy/xteddy-2.0.1.ebuild
index f6f43d4ed200..1738cf3a85b5 100644
--- a/x11-misc/xteddy/xteddy-2.0.1.ebuild
+++ b/x11-misc/xteddy/xteddy-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/xteddy-2.0.1.ebuild,v 1.3 2006/01/19 19:27:25 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/xteddy-2.0.1.ebuild,v 1.4 2006/01/27 16:34:26 ticho Exp $
DESCRIPTION="A cuddly teddy bear (or other image) for your X desktop"
HOMEPAGE="http://www.itn.liu.se/~stegu/xteddy/"
@@ -12,19 +12,15 @@ KEYWORDS="x86"
IUSE=""
RDEPEND="|| ( ( x11-libs/libX11
- x11-libs/libSM
x11-libs/libICE
- media-libs/imlib
+ x11-libs/libXext
)
virtual/x11
- )"
+ )
+ media-libs/imlib"
DEPEND="${RDEPEND}
- || ( ( x11-proto/xextproto
- x11-proto/xproto
- )
- virtual/x11
- )"
+ || ( x11-proto/xextproto virtual/x11 )"
src_compile() {
econf || die "econf failed"