diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 23:10:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 23:10:34 +0000 |
commit | 8d078d1e060ad2bc2785f47f547f600b41e578af (patch) | |
tree | 6fc6af5022813ebc6e250b00af71df4ad36d7878 /app-emulation/uae/uae-0.8.22.ebuild | |
parent | touch the libc (Manifest recommit) (diff) | |
download | gentoo-2-8d078d1e060ad2bc2785f47f547f600b41e578af.tar.gz gentoo-2-8d078d1e060ad2bc2785f47f547f600b41e578af.tar.bz2 gentoo-2-8d078d1e060ad2bc2785f47f547f600b41e578af.zip |
touch the libc
Diffstat (limited to 'app-emulation/uae/uae-0.8.22.ebuild')
-rw-r--r-- | app-emulation/uae/uae-0.8.22.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/uae/uae-0.8.22.ebuild b/app-emulation/uae/uae-0.8.22.ebuild index 3d5c2d8bb2ae..ab7033015167 100644 --- a/app-emulation/uae/uae-0.8.22.ebuild +++ b/app-emulation/uae/uae-0.8.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.14 2004/06/24 22:35:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.15 2004/06/27 23:07:53 vapier Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~ppc amd64" IUSE="X gtk svga sdl" -DEPEND="virtual/glibc +DEPEND="virtual/libc X? ( virtual/x11 gtk? ( x11-libs/gtk+ ) @@ -53,7 +53,7 @@ src_compile() { } src_install() { - dobin uae readdisk + dobin uae readdisk || die cp docs/unix/README docs/README.unix dodoc docs/* |