diff options
Diffstat (limited to 'x11-apps/xman/xman-1.1.3.ebuild')
-rw-r--r-- | x11-apps/xman/xman-1.1.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-apps/xman/xman-1.1.3.ebuild b/x11-apps/xman/xman-1.1.3.ebuild index 2be4e7a37340..8150b5270b28 100644 --- a/x11-apps/xman/xman-1.1.3.ebuild +++ b/x11-apps/xman/xman-1.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild,v 1.8 2013/10/08 05:04:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild,v 1.9 2015/03/04 09:32:57 chithanh Exp $ EAPI=5 inherit xorg-2 @@ -10,8 +10,9 @@ DESCRIPTION="Manual page display program for the X Window System" KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" -RDEPEND="x11-libs/libXaw +DEPEND="x11-libs/libXaw x11-libs/libXt x11-libs/libXmu x11-proto/xproto" -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND} + <sys-apps/man-db-2.7" |