diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-04-28 20:35:04 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-04-28 20:35:04 +0000 |
commit | 1ced1b662d1f14579e8c4ff4db1346c88e9ce0a7 (patch) | |
tree | b25a1386983227a84185a0e8d29668d88a760eab /sys-apps/man | |
parent | mark 2.0.1 stable on all archs; bump revision for distcc-config cleanups (diff) | |
download | historical-1ced1b662d1f14579e8c4ff4db1346c88e9ce0a7.tar.gz historical-1ced1b662d1f14579e8c4ff4db1346c88e9ce0a7.tar.bz2 historical-1ced1b662d1f14579e8c4ff4db1346c88e9ce0a7.zip |
Missing dependancy
Diffstat (limited to 'sys-apps/man')
-rw-r--r-- | sys-apps/man/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/man/man-1.5l-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/man/ChangeLog b/sys-apps/man/ChangeLog index d7ed669dbf60..ed9107304595 100644 --- a/sys-apps/man/ChangeLog +++ b/sys-apps/man/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/man # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.26 2003/04/27 23:12:18 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/ChangeLog,v 1.27 2003/04/28 20:35:03 taviso Exp $ 28 Apr 2003; Martin Schlemmer <azarah@gentoo.org> man-1.5l-fix : Updated this patch again. I did it this time by rather using the hex @@ -12,6 +12,9 @@ *man-1.5l-r2 (30 Mar 2003) + 28 Apr 2003; Tavis Ormandy <taviso@gentoo.org> man-1.5l-r2.ebuild: + missing util-linux dependancy + 02 Apr 2003; Christian Birchinger <joker@gentoo.org> man-1.5l-r2.ebuild: Added stable sparc keyword diff --git a/sys-apps/man/man-1.5l-r2.ebuild b/sys-apps/man/man-1.5l-r2.ebuild index 1b774268528d..cdfeca71e65a 100644 --- a/sys-apps/man/man-1.5l-r2.ebuild +++ b/sys-apps/man/man-1.5l-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r2.ebuild,v 1.4 2003/04/03 19:14:55 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5l-r2.ebuild,v 1.5 2003/04/28 20:35:04 taviso Exp $ IUSE="" @@ -12,7 +12,8 @@ DESCRIPTION="Standard commands to read man pages" SRC_URI="http://www.kernel.org/pub/linux/utils/man/man-${NV}.tar.gz" HOMEPAGE="http://freshmeat.net/projects/man/" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + sys-apps/util-linux" RDEPEND="sys-apps/cronbase >=sys-apps/groff-1.18" |