diff options
author | Joe Peterson <lavajoe@gentoo.org> | 2009-01-08 11:29:48 +0000 |
---|---|---|
committer | Joe Peterson <lavajoe@gentoo.org> | 2009-01-08 11:29:48 +0000 |
commit | 863b3ca44f4d7292efabfeb6766e21388298c6b1 (patch) | |
tree | fcfc8ff4ab2fb162b47c9ffa3440d388f9b8987d /games-simulation/secondlife-bin | |
parent | Only append flags in _filter-hardened if they are valid (diff) | |
download | gentoo-2-863b3ca44f4d7292efabfeb6766e21388298c6b1.tar.gz gentoo-2-863b3ca44f4d7292efabfeb6766e21388298c6b1.tar.bz2 gentoo-2-863b3ca44f4d7292efabfeb6766e21388298c6b1.zip |
Fix sandbox issue - no rev bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'games-simulation/secondlife-bin')
-rw-r--r-- | games-simulation/secondlife-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/secondlife-bin/secondlife-bin-1.22_rc5.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-simulation/secondlife-bin/ChangeLog b/games-simulation/secondlife-bin/ChangeLog index 12aa138f98e6..e52b7b3678a6 100644 --- a/games-simulation/secondlife-bin/ChangeLog +++ b/games-simulation/secondlife-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/secondlife-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.9 2009/01/08 03:52:19 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.10 2009/01/08 11:29:48 lavajoe Exp $ + + 08 Jan 2009; Joe Peterson <lavajoe@gentoo.org> + secondlife-bin-1.22_rc5.ebuild: + Fix sandbox issue - no rev bump *secondlife-bin-1.22_rc5 (08 Jan 2009) diff --git a/games-simulation/secondlife-bin/secondlife-bin-1.22_rc5.ebuild b/games-simulation/secondlife-bin/secondlife-bin-1.22_rc5.ebuild index 6d2d9bef5644..4ee6fe766f62 100644 --- a/games-simulation/secondlife-bin/secondlife-bin-1.22_rc5.ebuild +++ b/games-simulation/secondlife-bin/secondlife-bin-1.22_rc5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.22_rc5.ebuild,v 1.1 2009/01/08 03:52:19 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.22_rc5.ebuild,v 1.2 2009/01/08 11:29:48 lavajoe Exp $ inherit eutils multilib games versionator @@ -20,8 +20,9 @@ SLOT="0" KEYWORDS="~x86" IUSE="" +# Note, used to RDEPEND on: +# media-fonts/kochi-substitute RDEPEND="sys-libs/glibc - media-fonts/kochi-substitute x86? ( x11-libs/libX11 x11-libs/libXau @@ -83,7 +84,7 @@ src_install() { insinto "${SECONDLIFE_HOME}" doins -r * || die "doins * failed" - dosym /usr/share/fonts/kochi-substitute/kochi-mincho-subst.ttf "${SECONDLIFE_HOME}"/unicode.ttf + #dosym /usr/share/fonts/kochi-substitute/kochi-mincho-subst.ttf "${SECONDLIFE_HOME}"/unicode.ttf games_make_wrapper secondlife-bin "./secondlife --set VersionChannelName Gentoo" "${SECONDLIFE_HOME}" "${SECONDLIFE_HOME}"/lib make_desktop_entry secondlife-bin "Second Life" /opt/secondlife/secondlife_icon.png |