summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-10-30 17:50:48 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-10-30 17:50:48 +0000
commit74ef09c42172d3e3b1c9c8b2e5fbb8c4d8b6a81d (patch)
tree8248089cd09f926b680fb83e2f74b023299061be /x11-libs/libXfixes
parentMove xproto dep to reflect compile-time requirements. (diff)
downloadhistorical-74ef09c42172d3e3b1c9c8b2e5fbb8c4d8b6a81d.tar.gz
historical-74ef09c42172d3e3b1c9c8b2e5fbb8c4d8b6a81d.tar.bz2
historical-74ef09c42172d3e3b1c9c8b2e5fbb8c4d8b6a81d.zip
Move some proto deps to reflect compile-time requirements.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'x11-libs/libXfixes')
-rw-r--r--x11-libs/libXfixes/ChangeLog6
-rw-r--r--x11-libs/libXfixes/libXfixes-3.0.0.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-libs/libXfixes/ChangeLog b/x11-libs/libXfixes/ChangeLog
index 228266cac0a0..3614893ad960 100644
--- a/x11-libs/libXfixes/ChangeLog
+++ b/x11-libs/libXfixes/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXfixes
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.7 2005/10/24 22:19:41 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.8 2005/10/30 17:50:48 joshuabaergen Exp $
+
+ 30 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ libXfixes-3.0.0.ebuild:
+ Move some proto deps to reflect compile-time requirements.
24 Oct 2005; D.m.D. Ljungmark <spider@gentoo.org> libXfixes-3.0.0.ebuild:
Tweaked dependencies to match the headerfiles, making sure they are
diff --git a/x11-libs/libXfixes/libXfixes-3.0.0.ebuild b/x11-libs/libXfixes/libXfixes-3.0.0.ebuild
index 7d10353a5aa6..7330a0e502b4 100644
--- a/x11-libs/libXfixes/libXfixes-3.0.0.ebuild
+++ b/x11-libs/libXfixes/libXfixes-3.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/libXfixes-3.0.0.ebuild,v 1.8 2005/10/24 22:19:41 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/libXfixes-3.0.0.ebuild,v 1.9 2005/10/30 17:50:48 joshuabaergen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -14,6 +14,7 @@ DESCRIPTION="X.Org Xfixes library"
#SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86"
#IUSE="X gnome"
-DEPEND="x11-libs/libX11
- x11-proto/fixesproto
+RDEPEND="x11-proto/fixesproto
x11-proto/xproto"
+DEPEND="${RDEPEND}
+ x11-libs/libX11"