diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-02-24 16:41:58 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-02-24 16:41:58 +0000 |
commit | 798343a838b876e3a3a9b37f792d004f8f54f085 (patch) | |
tree | 9c7eb79ebe3dbd215c91a3594c40881ce9d0290e /x11-misc/transset/transset-0.1_pre20040821.ebuild | |
parent | version bump (diff) | |
download | gentoo-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/transset-0.1_pre20040821.ebuild')
-rw-r--r-- | x11-misc/transset/transset-0.1_pre20040821.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
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" |