From 01b3f433e5c075a7892604f2d2fd7e963a8be08d Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 13 Sep 2007 00:44:29 +0000 Subject: Changed linking of lib-compat-loki libsmpeg to be used on both amd64 and x86, instead of just x86. Closing bug #191610. (Portage version: 2.1.3.7) --- games-action/descent3/ChangeLog | 7 ++++++- games-action/descent3/descent3-1.4.0b-r1.ebuild | 9 +++------ 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'games-action') diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 936cf4d6fcfb..7f2cab823337 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/descent3 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.23 2007/03/12 13:16:23 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.24 2007/09/13 00:44:29 wolf31o2 Exp $ + + 13 Sep 2007; Chris Gianelloni + descent3-1.4.0b-r1.ebuild: + Changed linking of lib-compat-loki libsmpeg to be used on both amd64 and + x86, instead of just x86. Closing bug #191610. 12 Mar 2007; Marius Mauch descent3-1.4.0b-r1.ebuild: Replacing einfo with elog diff --git a/games-action/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild index d8576e97026c..1a627d17c292 100644 --- a/games-action/descent3/descent3-1.4.0b-r1.ebuild +++ b/games-action/descent3/descent3-1.4.0b-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.11 2007/03/12 13:16:23 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.12 2007/09/13 00:44:29 wolf31o2 Exp $ inherit eutils multilib games @@ -91,11 +91,8 @@ src_install() { # we run touch on ${D} so as to make sure portage doesnt do any such thing find "${Ddir}" -exec touch '{}' \ - if use amd64 - then - dosym /usr/$(get_libdir)/loki_libsmpeg-0.4.so.0 \ - "${dir}"/libsmpeg-0.4.so.0 || die "failed compatibility symlink" - fi + dosym /usr/$(get_libdir)/loki_libsmpeg-0.4.so.0 \ + "${dir}"/libsmpeg-0.4.so.0 || die "failed compatibility symlink" games_make_wrapper descent3 ./descent3.dynamic "${dir}" "${dir}" newicon ${CDROM_ROOT}/icon.xpm ${PN}.xpm -- cgit v1.2.3-65-gdbad