diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-04 23:18:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-04 23:18:32 +0000 |
commit | eac288488928b16017efdd442a62c813396f22cd (patch) | |
tree | 356118399600e4dc30783407cb37e7bdd7ad6702 /rox-base/oroborox/oroborox-0.9.8-r1.ebuild | |
parent | Change virtual/xft dependency to x11-libs/libXft, bug 253771. (diff) | |
download | gentoo-2-eac288488928b16017efdd442a62c813396f22cd.tar.gz gentoo-2-eac288488928b16017efdd442a62c813396f22cd.tar.bz2 gentoo-2-eac288488928b16017efdd442a62c813396f22cd.zip |
Change virtual/xft dependency to x11-libs/libXft, bug 253771.
(Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'rox-base/oroborox/oroborox-0.9.8-r1.ebuild')
-rw-r--r-- | rox-base/oroborox/oroborox-0.9.8-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rox-base/oroborox/oroborox-0.9.8-r1.ebuild b/rox-base/oroborox/oroborox-0.9.8-r1.ebuild index 0469da30d397..cb0d113b8663 100644 --- a/rox-base/oroborox/oroborox-0.9.8-r1.ebuild +++ b/rox-base/oroborox/oroborox-0.9.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/oroborox-0.9.8-r1.ebuild,v 1.2 2008/08/30 15:27:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/oroborox-0.9.8-r1.ebuild,v 1.3 2009/01/04 23:18:32 ulm Exp $ ROX_LIB_VER=1.9.14 inherit rox eutils toolchain-funcs autotools @@ -22,10 +22,10 @@ IUSE="xinerama" #startup-notification DEPEND=" >=media-libs/freetype-2.0 - virtual/xft x11-proto/xproto x11-proto/xextproto x11-proto/xf86vidmodeproto + x11-libs/libXft x11-libs/libXpm x11-libs/libXrandr x11-libs/libXrender @@ -37,9 +37,9 @@ DEPEND=" RDEPEND=" >=media-libs/freetype-2.0 - virtual/xft x11-libs/libX11 x11-libs/libXext + x11-libs/libXft x11-libs/libXpm x11-libs/libXrandr x11-libs/libXrender |