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
commit1536ea0d838aa06e0e07c80e5bd24eb0b7afe238 (patch)
tree612e3306d9f1b9e1ce2ea2e3b785441c5ddb4897
parentTrivial compile warning fix. (diff)
downloadhistorical-1536ea0d838aa06e0e07c80e5bd24eb0b7afe238.tar.gz
historical-1536ea0d838aa06e0e07c80e5bd24eb0b7afe238.tar.bz2
historical-1536ea0d838aa06e0e07c80e5bd24eb0b7afe238.zip
Fixed modular X dependencies.
Package-Manager: portage-2.1_pre3-r1
-rw-r--r--x11-misc/xteddy/Manifest8
-rw-r--r--x11-misc/xteddy/xteddy-2.0.1.ebuild14
2 files changed, 9 insertions, 13 deletions
diff --git a/x11-misc/xteddy/Manifest b/x11-misc/xteddy/Manifest
index 82b0d44fd3f7..3ad1103f5443 100644
--- a/x11-misc/xteddy/Manifest
+++ b/x11-misc/xteddy/Manifest
@@ -4,11 +4,11 @@ Hash: SHA1
MD5 019797a3eaf7ca1b104f8c2dc66f5311 ChangeLog 534
MD5 ce3865f92a97ebfdd820bdbc306c4839 files/digest-xteddy-2.0.1 64
MD5 757c624ead05cb380f3294ab4d550ddc metadata.xml 616
-MD5 3bf04a2896edec1a3c6ac5459d7bebbd xteddy-2.0.1.ebuild 835
+MD5 1782ad7813b3f35e21f817fe7005a0d5 xteddy-2.0.1.ebuild 802
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDz+gsQlM6RnzZP+IRAmdmAJ9WAfgB4rFQltJD9c25+vHOTWB6NwCgrKax
-16kERAMxiM+1dGfqGkQ3Occ=
-=avS/
+iD8DBQFD2kuiQlM6RnzZP+IRArGvAKC1WJEGcZ78vYwnPlt1h24GBnp63QCfVu6g
+lznYXQluqDn653YFi2eWlzI=
+=uCxc
-----END PGP SIGNATURE-----
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"