From ec7306b702873928651e0a90dbd0ffba64968898 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 17 Nov 2008 06:33:09 +0000 Subject: Don't count on the package manager leaving in the order that was specified (bug #247022) (Portage version: 2.1.4.5) --- games-strategy/asc/asc-2.1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-strategy/asc/asc-2.1.0.0.ebuild') diff --git a/games-strategy/asc/asc-2.1.0.0.ebuild b/games-strategy/asc/asc-2.1.0.0.ebuild index cd3d530eb626..a86340bd0652 100644 --- a/games-strategy/asc/asc-2.1.0.0.ebuild +++ b/games-strategy/asc/asc-2.1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.1.0.0.ebuild,v 1.1 2008/04/07 01:43:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.1.0.0.ebuild,v 1.2 2008/11/17 06:33:09 mr_bones_ Exp $ inherit toolchain-funcs flag-o-matic games @@ -36,13 +36,13 @@ DEPEND="${RDEPEND} src_unpack() { local f + unpack ${P}.tar.bz2 for f in ${A} do case ${f} in *ogg) cp "${DISTDIR}/${f}" "${S}/data/music" || die "cp music failed" ;; - *) unpack ${f} esac done } -- cgit v1.2.3-65-gdbad