summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-02-24 16:41:58 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-02-24 16:41:58 +0000
commit798343a838b876e3a3a9b37f792d004f8f54f085 (patch)
tree9c7eb79ebe3dbd215c91a3594c40881ce9d0290e /x11-misc/transset
parentversion bump (diff)
downloadgentoo-2-798343a838b876e3a3a9b37f792d004f8f54f085.tar.gz
gentoo-2-798343a838b876e3a3a9b37f792d004f8f54f085.tar.bz2
gentoo-2-798343a838b876e3a3a9b37f792d004f8f54f085.zip
Fix dependencies. (Bug #168100, Nguyen Thai Ngoc Duy)
(Portage version: 2.1.2-r11)
Diffstat (limited to 'x11-misc/transset')
-rw-r--r--x11-misc/transset/ChangeLog8
-rw-r--r--x11-misc/transset/transset-0.1_pre20040821.ebuild18
2 files changed, 15 insertions, 11 deletions
diff --git a/x11-misc/transset/ChangeLog b/x11-misc/transset/ChangeLog
index b1122808f5e1..af354979cad0 100644
--- a/x11-misc/transset/ChangeLog
+++ b/x11-misc/transset/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/transset
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/ChangeLog,v 1.8 2005/10/24 04:51:18 spyderous Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/ChangeLog,v 1.9 2007/02/24 16:41:58 joshuabaergen Exp $
+
+ 24 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org>
+ transset-0.1_pre20040821.ebuild:
+ Fix dependencies. (Bug #168100, Nguyen Thai Ngoc Duy)
24 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
transset-0.1_pre20040821.ebuild:
diff --git a/x11-misc/transset/transset-0.1_pre20040821.ebuild b/x11-misc/transset/transset-0.1_pre20040821.ebuild
index 6d1f48f7bfd3..3fffa1c5b83e 100644
--- a/x11-misc/transset/transset-0.1_pre20040821.ebuild
+++ b/x11-misc/transset/transset-0.1_pre20040821.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/transset-0.1_pre20040821.ebuild,v 1.7 2005/10/24 04:51:18 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/transset/transset-0.1_pre20040821.ebuild,v 1.8 2007/02/24 16:41:58 joshuabaergen Exp $
IUSE=""
@@ -11,15 +11,15 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND="!<=x11-base/xorg-x11-6.7.99.902"
+RDEPEND="!<=x11-base/xorg-x11-6.7.99.902
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ x11-libs/libXrender"
DEPEND="${RDEPEND}
- || ( (
- x11-libs/libX11
- x11-proto/xproto
- )
- virtual/x11 )"
+ x11-libs/libX11"
src_compile() {
emake || die "emake failed"