diff options
-rw-r--r-- | x11-misc/xteddy/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xteddy/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/xteddy/xteddy-2.0.1.ebuild | 20 |
3 files changed, 22 insertions, 7 deletions
diff --git a/x11-misc/xteddy/ChangeLog b/x11-misc/xteddy/ChangeLog index c1f8d9838edf..469a06e02130 100644 --- a/x11-misc/xteddy/ChangeLog +++ b/x11-misc/xteddy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xteddy -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/ChangeLog,v 1.2 2005/11/07 17:31:57 nelchael Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/ChangeLog,v 1.3 2006/01/19 19:27:25 ticho Exp $ + + 19 Jan 2006; Andrej Kacian <ticho@gentoo.org> xteddy-2.0.1.ebuild: + Fixed deps to support modular X. 07 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xteddy-2.0.1.ebuild: Stable on x86. diff --git a/x11-misc/xteddy/Manifest b/x11-misc/xteddy/Manifest index d5c5a571f572..d3bffd5d7cc8 100644 --- a/x11-misc/xteddy/Manifest +++ b/x11-misc/xteddy/Manifest @@ -1,4 +1,4 @@ MD5 70944612cf4656b4ac6eeca812c13c92 ChangeLog 432 MD5 ce3865f92a97ebfdd820bdbc306c4839 files/digest-xteddy-2.0.1 64 MD5 757c624ead05cb380f3294ab4d550ddc metadata.xml 616 -MD5 0f2f0c536a06f6622506d17a82cb15d0 xteddy-2.0.1.ebuild 665 +MD5 2bc13e7577b281e9cee30ab18782b679 xteddy-2.0.1.ebuild 838 diff --git a/x11-misc/xteddy/xteddy-2.0.1.ebuild b/x11-misc/xteddy/xteddy-2.0.1.ebuild index 674d38ef5560..f6f43d4ed200 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-2005 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/xteddy/xteddy-2.0.1.ebuild,v 1.2 2005/11/07 17:31:57 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xteddy/xteddy-2.0.1.ebuild,v 1.3 2006/01/19 19:27:25 ticho Exp $ DESCRIPTION="A cuddly teddy bear (or other image) for your X desktop" HOMEPAGE="http://www.itn.liu.se/~stegu/xteddy/" @@ -11,8 +11,20 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11 - media-libs/imlib" +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libSM + x11-libs/libICE + media-libs/imlib + ) + virtual/x11 + )" + +DEPEND="${RDEPEND} + || ( ( x11-proto/xextproto + x11-proto/xproto + ) + virtual/x11 + )" src_compile() { econf || die "econf failed" |