diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-23 15:09:49 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-23 15:09:49 +0000 |
commit | 587e7c75da9aee72c96d21ed7b487633fee123ff (patch) | |
tree | ed16063b151230cf7f4c9ea27b3285cea54f88e3 /x11-apps/xfs | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-587e7c75da9aee72c96d21ed7b487633fee123ff.tar.gz gentoo-2-587e7c75da9aee72c96d21ed7b487633fee123ff.tar.bz2 gentoo-2-587e7c75da9aee72c96d21ed7b487633fee123ff.zip |
x11-apps/xfs: add missing RDEPs (fixes bug #278877)
(Portage version: 2.2_rc41/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xfs')
-rw-r--r-- | x11-apps/xfs/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xfs/xfs-1.1.0-r1.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-apps/xfs/ChangeLog b/x11-apps/xfs/ChangeLog index 7d758d525cc2..44f76fc3a791 100644 --- a/x11-apps/xfs/ChangeLog +++ b/x11-apps/xfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xfs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.64 2009/08/21 09:16:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.65 2009/09/23 15:09:49 remi Exp $ + + 23 Sep 2009; Rémi Cardona <remi@gentoo.org> xfs-1.1.0-r1.ebuild: + add missing RDEPs (fixes bug #278877) 21 Aug 2009; Tomáš Chvátal <scarabeus@gentoo.org> files/xfs.start: Fix initscript to be sh compilant. Per bug #238552. diff --git a/x11-apps/xfs/xfs-1.1.0-r1.ebuild b/x11-apps/xfs/xfs-1.1.0-r1.ebuild index ff37348895e9..08d0776140ab 100644 --- a/x11-apps/xfs/xfs-1.1.0-r1.ebuild +++ b/x11-apps/xfs/xfs-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.1.0-r1.ebuild,v 1.1 2009/06/28 17:56:55 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.1.0-r1.ebuild,v 1.2 2009/09/23 15:09:49 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -15,7 +15,10 @@ IUSE="doc ipv6 syslog xinetd" RDEPEND="x11-libs/libFS x11-libs/libXfont syslog? ( virtual/logger ) - xinetd? ( virtual/inetd )" + xinetd? ( virtual/inetd ) + x11-apps/mkfontdir + x11-apps/mkfontscale + x11-apps/ttmkfdir" DEPEND="${RDEPEND} x11-proto/fontsproto doc? ( dev-tex/xmltex )" |