summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-10 09:21:46 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-10 09:21:46 +0000
commitb061de95d44772c5ccc9c640487d14ee44bd669e (patch)
tree604521a7496b64f4f16580263e20c232f7f84c4c /sys-apps/man/man-1.6e-r3.ebuild
parentarm/s390/sh stable (diff)
downloadhistorical-b061de95d44772c5ccc9c640487d14ee44bd669e.tar.gz
historical-b061de95d44772c5ccc9c640487d14ee44bd669e.tar.bz2
historical-b061de95d44772c5ccc9c640487d14ee44bd669e.zip
fix missing "R" for dependencies
Diffstat (limited to 'sys-apps/man/man-1.6e-r3.ebuild')
-rw-r--r--sys-apps/man/man-1.6e-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/man/man-1.6e-r3.ebuild b/sys-apps/man/man-1.6e-r3.ebuild
index 30959e4496fa..232570ead555 100644
--- a/sys-apps/man/man-1.6e-r3.ebuild
+++ b/sys-apps/man/man-1.6e-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6e-r3.ebuild,v 1.12 2007/07/04 18:42:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6e-r3.ebuild,v 1.13 2008/01/10 09:21:46 vapier Exp $
inherit eutils toolchain-funcs
@@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbs
IUSE="nls"
DEPEND="nls? ( sys-devel/gettext )"
-DEPEND=">=sys-apps/groff-1.18
+RDEPEND=">=sys-apps/groff-1.18
!sys-apps/man-db"
PROVIDE="virtual/man"