diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-21 17:27:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-21 17:27:53 +0000 |
commit | d9bba21127bc319a98b3f6186ef80196698dcbbe (patch) | |
tree | e7e8dfbed2faf6ae6baf26c9d75e9973dbdb3d75 /games-misc/asr-manpages | |
parent | depend on virtual/man #137481 by Paul Drynoff (diff) | |
download | gentoo-2-d9bba21127bc319a98b3f6186ef80196698dcbbe.tar.gz gentoo-2-d9bba21127bc319a98b3f6186ef80196698dcbbe.tar.bz2 gentoo-2-d9bba21127bc319a98b3f6186ef80196698dcbbe.zip |
depend on virtual/man #137481 by Paul Drynoff
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'games-misc/asr-manpages')
-rw-r--r-- | games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild b/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild index 61986c627408..6f338b7c797e 100644 --- a/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild +++ b/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild,v 1.9 2005/09/03 07:41:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/asr-manpages/asr-manpages-1.3_rc5.ebuild,v 1.10 2006/06/21 17:27:53 vapier Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -RDEPEND="sys-apps/man" +RDEPEND="virtual/man" S=${WORKDIR}/${MY_P/_/-}.orig |