diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:29:41 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:29:41 +0000 |
commit | c5386bc14be924f49ec6b49ae56199b7672316b4 (patch) | |
tree | d782dd66480541086902c1288c46054885b6b4f7 /x11-misc/xfm | |
parent | Version Bump. (diff) | |
download | gentoo-2-c5386bc14be924f49ec6b49ae56199b7672316b4.tar.gz gentoo-2-c5386bc14be924f49ec6b49ae56199b7672316b4.tar.bz2 gentoo-2-c5386bc14be924f49ec6b49ae56199b7672316b4.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xfm')
-rw-r--r-- | x11-misc/xfm/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xfm/xfm-1.4.3.ebuild | 17 |
2 files changed, 19 insertions, 5 deletions
diff --git a/x11-misc/xfm/ChangeLog b/x11-misc/xfm/ChangeLog index 1fb481818fa7..49ef0881b34f 100644 --- a/x11-misc/xfm/ChangeLog +++ b/x11-misc/xfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfm -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/ChangeLog,v 1.7 2005/11/01 12:58:26 nelchael Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/ChangeLog,v 1.8 2006/01/21 17:25:47 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xfm-1.4.3.ebuild: + Fixed DEPEND for modular X. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xfm-1.4.3.ebuild: Fixed dodoc not to install COPYING and/or INSTALL. diff --git a/x11-misc/xfm/xfm-1.4.3.ebuild b/x11-misc/xfm/xfm-1.4.3.ebuild index cdb5579ac73c..27521b1b5bf9 100644 --- a/x11-misc/xfm/xfm-1.4.3.ebuild +++ b/x11-misc/xfm/xfm-1.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/xfm-1.4.3.ebuild,v 1.6 2005/11/01 12:58:26 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/xfm-1.4.3.ebuild,v 1.7 2006/01/21 17:25:47 nelchael Exp $ inherit eutils @@ -13,9 +13,20 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -RDEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXp ) + virtual/x11 ) x11-libs/Xaw3d" DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-misc/imake ) + virtual/x11 ) >=sys-apps/sed-4" src_unpack() { |