diff options
author | 2008-07-17 00:04:14 +0000 | |
---|---|---|
committer | 2008-07-17 00:04:14 +0000 | |
commit | 065f210942634ce13b7edc3160ae3a786360549a (patch) | |
tree | 99c1a29c6d5801a6c7df7e12eef16cf64b0f888d /x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild | |
parent | Try to handle all flags in QT4{,_OPTIONAL}_BUILT_WITH_USE properly for split ... (diff) | |
download | gentoo-2-065f210942634ce13b7edc3160ae3a786360549a.tar.gz gentoo-2-065f210942634ce13b7edc3160ae3a786360549a.tar.bz2 gentoo-2-065f210942634ce13b7edc3160ae3a786360549a.zip |
(#231705) Remove unnecessary dep on libX11; dep on xproto instead.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild')
-rw-r--r-- | x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild index b9a6bcbe0a50..7999c0e80b0a 100644 --- a/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild +++ b/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild,v 1.12 2008/03/17 04:28:40 ricmm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild,v 1.13 2008/07/17 00:04:14 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -12,6 +12,6 @@ DESCRIPTION="create an index of scalable font files for X" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" RDEPEND="x11-libs/libfontenc - x11-libs/libX11 =media-libs/freetype-2*" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-proto/xproto" |