diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2005-10-24 22:19:41 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2005-10-24 22:19:41 +0000 |
commit | ce1b6f308e267f0f61869b7fc5d4156ccbd30560 (patch) | |
tree | 4fa6b80d549481b11513c679f1e11b303f866339 /x11-libs/libXfixes | |
parent | Added amarok-1.3.4 to package.mask until the problems that seems to affect cl... (diff) | |
download | gentoo-2-ce1b6f308e267f0f61869b7fc5d4156ccbd30560.tar.gz gentoo-2-ce1b6f308e267f0f61869b7fc5d4156ccbd30560.tar.bz2 gentoo-2-ce1b6f308e267f0f61869b7fc5d4156ccbd30560.zip |
Fixing the dependencies for include files. RDEPEND needs to reflect the .h files
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-libs/libXfixes')
-rw-r--r-- | x11-libs/libXfixes/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXfixes/libXfixes-3.0.0.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/libXfixes/ChangeLog b/x11-libs/libXfixes/ChangeLog index dbc9867f03f9..228266cac0a0 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.6 2005/09/09 08:10:47 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/ChangeLog,v 1.7 2005/10/24 22:19:41 spider Exp $ + + 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 + RDEPEND. 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-libs/libXfixes/libXfixes-3.0.0.ebuild b/x11-libs/libXfixes/libXfixes-3.0.0.ebuild index f1ee16d028ba..7d10353a5aa6 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.7 2005/10/19 04:09:33 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfixes/libXfixes-3.0.0.ebuild,v 1.8 2005/10/24 22:19:41 spider Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -14,6 +14,6 @@ DESCRIPTION="X.Org Xfixes library" #SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" #IUSE="X gnome" -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/fixesproto" +DEPEND="x11-libs/libX11 + x11-proto/fixesproto + x11-proto/xproto" |