diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2008-10-28 16:56:07 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2008-10-28 16:56:07 +0000 |
commit | d87360b150e0aeb7cf1aeaf1776c75ef0eadc42f (patch) | |
tree | 5a469a83e9f2cd35b5b476ed9fb24da6f6597d29 /games-emulation/caps | |
parent | Version bump, more complete doc installation, added missing dependencies and ... (diff) | |
download | gentoo-2-d87360b150e0aeb7cf1aeaf1776c75ef0eadc42f.tar.gz gentoo-2-d87360b150e0aeb7cf1aeaf1776c75ef0eadc42f.tar.bz2 gentoo-2-d87360b150e0aeb7cf1aeaf1776c75ef0eadc42f.zip |
Fix the URI for amd64 specific tgz
(Portage version: 2.1.4.5)
Diffstat (limited to 'games-emulation/caps')
-rw-r--r-- | games-emulation/caps/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/caps/caps-20071115.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/caps/ChangeLog b/games-emulation/caps/ChangeLog index 092f93eaa808..eb17f7e28eb3 100644 --- a/games-emulation/caps/ChangeLog +++ b/games-emulation/caps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/caps # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/ChangeLog,v 1.15 2008/10/28 05:50:30 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/ChangeLog,v 1.16 2008/10/28 16:56:07 tupone Exp $ + + 28 Oct 2008; Tupone Alfredo <tupone@gentoo.org> caps-20071115.ebuild: + Fix the URI for amd64 specific tgz. 28 Oct 2008; Tupone Alfredo <tupone@gentoo.org> caps-20071115.ebuild: Upstream added only amd64 library. Reverting binary of x86 and ppc. diff --git a/games-emulation/caps/caps-20071115.ebuild b/games-emulation/caps/caps-20071115.ebuild index db6f525c1594..f6da2ede0b02 100644 --- a/games-emulation/caps/caps-20071115.ebuild +++ b/games-emulation/caps/caps-20071115.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20071115.ebuild,v 1.2 2008/10/28 05:50:30 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20071115.ebuild,v 1.3 2008/10/28 16:56:07 tupone Exp $ inherit eutils multilib DESCRIPTION="Support library that allows third party applications access and use C.A.P.S. images" HOMEPAGE="http://www.softpres.org/" SRC_URI="mirror://gentoo/ipfdevlib_linux-20060612.tgz - amd64? ( ipflib_linux-amd64-${PV}.tgz ) + amd64? ( mirror://gentoo/ipflib_linux-amd64-${PV}.tgz ) doc? ( mirror://gentoo/ipfdoc102a.zip ) mirror://gentoo/config_uae_ocs13_512c-512s.zip" |