diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-06-10 15:15:51 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-06-10 15:15:51 +0000 |
commit | a1610e4da53cdd038d2fd18559ebfe19517343be (patch) | |
tree | a123613653c9a7b7d793276bfe38a49d2cd36445 /games-emulation/advancescan/advancescan-1.13.ebuild | |
parent | Remove generation 1 ebuild. (diff) | |
download | gentoo-2-a1610e4da53cdd038d2fd18559ebfe19517343be.tar.gz gentoo-2-a1610e4da53cdd038d2fd18559ebfe19517343be.tar.bz2 gentoo-2-a1610e4da53cdd038d2fd18559ebfe19517343be.zip |
Fix collision with sys-apps/coreutils
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-emulation/advancescan/advancescan-1.13.ebuild')
-rw-r--r-- | games-emulation/advancescan/advancescan-1.13.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games-emulation/advancescan/advancescan-1.13.ebuild b/games-emulation/advancescan/advancescan-1.13.ebuild index 0d76cea3df05..9213359fb7df 100644 --- a/games-emulation/advancescan/advancescan-1.13.ebuild +++ b/games-emulation/advancescan/advancescan-1.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.13.ebuild,v 1.1 2005/03/25 07:26:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.13.ebuild,v 1.2 2007/06/10 15:15:51 nyhm Exp $ inherit games @@ -13,12 +13,10 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="sys-libs/zlib" - src_install() { dogamesbin advscan advdiff || die "dogamesbin failed" dodoc AUTHORS HISTORY README doc/*.txt advscan.rc.linux - doman doc/*.1 + doman doc/{advscan,advdiff}.1 dohtml doc/*.html prepgamesdirs } |