summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-07-17 00:04:14 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-07-17 00:04:14 +0000
commit065f210942634ce13b7edc3160ae3a786360549a (patch)
tree99c1a29c6d5801a6c7df7e12eef16cf64b0f888d /x11-apps
parentTry to handle all flags in QT4{,_OPTIONAL}_BUILT_WITH_USE properly for split ... (diff)
downloadgentoo-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')
-rw-r--r--x11-apps/mkfontscale/ChangeLog7
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.0.3.ebuild6
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.0.4.ebuild6
-rw-r--r--x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild6
4 files changed, 15 insertions, 10 deletions
diff --git a/x11-apps/mkfontscale/ChangeLog b/x11-apps/mkfontscale/ChangeLog
index 010f39ed782e..ba8ac3bc20f7 100644
--- a/x11-apps/mkfontscale/ChangeLog
+++ b/x11-apps/mkfontscale/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/mkfontscale
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.41 2008/06/06 21:29:18 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/ChangeLog,v 1.42 2008/07/17 00:04:14 dberkholz Exp $
+
+ 17 Jul 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ mkfontscale-1.0.3.ebuild, mkfontscale-1.0.4.ebuild,
+ mkfontscale-1.0.5.ebuild:
+ (#231705) Remove unnecessary dep on libX11; dep on xproto instead.
*mkfontscale-1.0.5 (06 Jun 2008)
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"
diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.4.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.4.ebuild
index d77c8ec5c64a..f78aa4265f27 100644
--- a/x11-apps/mkfontscale/mkfontscale-1.0.4.ebuild
+++ b/x11-apps/mkfontscale/mkfontscale-1.0.4.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.4.ebuild,v 1.1 2008/03/10 01:54:21 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.4.ebuild,v 1.2 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"
diff --git a/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild b/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild
index a5b72646385d..e815c84f489d 100644
--- a/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild
+++ b/x11-apps/mkfontscale/mkfontscale-1.0.5.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.5.ebuild,v 1.1 2008/06/06 21:29:18 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/mkfontscale/mkfontscale-1.0.5.ebuild,v 1.2 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"