summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-03-05 12:50:38 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-03-05 12:50:38 +0000
commitc8f8241a4fad52973e6ce3b2d8766192bcdcfa85 (patch)
tree379bc66f0c60f6e6fe6d20781f3dcd12f132ea13 /x11-apps/xman/xman-1.1.3.ebuild
parentVersion bump, bug #472964. Remove old. (diff)
downloadhistorical-c8f8241a4fad52973e6ce3b2d8766192bcdcfa85.tar.gz
historical-c8f8241a4fad52973e6ce3b2d8766192bcdcfa85.tar.bz2
historical-c8f8241a4fad52973e6ce3b2d8766192bcdcfa85.zip
Do not depend on old man-db versions but instead block on newer ones. Add patch from Debian to address issues with newer man-db, bug #541446.
Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0x2324E7B566DF2611!
Diffstat (limited to 'x11-apps/xman/xman-1.1.3.ebuild')
-rw-r--r--x11-apps/xman/xman-1.1.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-apps/xman/xman-1.1.3.ebuild b/x11-apps/xman/xman-1.1.3.ebuild
index 8150b5270b28..165a776f3f83 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-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.9 2015/03/04 09:32:57 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xman/xman-1.1.3.ebuild,v 1.10 2015/03/05 12:50:30 chithanh Exp $
EAPI=5
inherit xorg-2
@@ -15,4 +15,5 @@ DEPEND="x11-libs/libXaw
x11-libs/libXmu
x11-proto/xproto"
RDEPEND="${DEPEND}
- <sys-apps/man-db-2.7"
+ virtual/man
+ !>=sys-apps/man-db-2.7"