diff options
author | 2006-01-21 17:29:41 +0000 | |
---|---|---|
committer | 2006-01-21 17:29:41 +0000 | |
commit | d11abcdb6caa0e08247b3432923309bf2fa833e9 (patch) | |
tree | 78c95789bdf5d85572913b7ef33ad5e212b0ab25 /x11-misc/xfm | |
parent | Ebuild clean-up (diff) | |
download | historical-d11abcdb6caa0e08247b3432923309bf2fa833e9.tar.gz historical-d11abcdb6caa0e08247b3432923309bf2fa833e9.tar.bz2 historical-d11abcdb6caa0e08247b3432923309bf2fa833e9.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-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() { |