diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-19 19:17:38 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-19 19:17:38 +0000 |
commit | 0075525343a2d9072c0e41a9a6ce125518e70869 (patch) | |
tree | ff45eea8df94d76dcf695ac49ba38839889214cd /games-emulation/vgba | |
parent | add python docs as well (diff) | |
download | gentoo-2-0075525343a2d9072c0e41a9a6ce125518e70869.tar.gz gentoo-2-0075525343a2d9072c0e41a9a6ce125518e70869.tar.bz2 gentoo-2-0075525343a2d9072c0e41a9a6ce125518e70869.zip |
Adding strip to RESTRICT for bug #137819.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'games-emulation/vgba')
-rw-r--r-- | games-emulation/vgba/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/vgba/vgba-2.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-emulation/vgba/ChangeLog b/games-emulation/vgba/ChangeLog index 53008adc40d9..16fac0664117 100644 --- a/games-emulation/vgba/ChangeLog +++ b/games-emulation/vgba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/vgba # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.5 2006/02/08 23:48:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/ChangeLog,v 1.6 2006/09/19 19:17:38 wolf31o2 Exp $ + + 19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> vgba-2.1.ebuild: + Adding strip to RESTRICT for bug #137819. 08 Feb 2006; Michael Sterrett <mr_bones_@gentoo.org> vgba-2.1.ebuild: modular X deps - patch from Tupone Alfredo via bug #122172 diff --git a/games-emulation/vgba/vgba-2.1.ebuild b/games-emulation/vgba/vgba-2.1.ebuild index 6b8ee1d44dd5..34dfc27fe4ea 100644 --- a/games-emulation/vgba/vgba-2.1.ebuild +++ b/games-emulation/vgba/vgba-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-2.1.ebuild,v 1.5 2006/02/08 23:48:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vgba/vgba-2.1.ebuild,v 1.6 2006/09/19 19:17:38 wolf31o2 Exp $ inherit games @@ -11,6 +11,7 @@ SRC_URI="http://fms.komkon.org/VGBA/VGBA${PV/.}-Linux-80x86-bin.tar.Z" LICENSE="VGBA" SLOT="0" KEYWORDS="-* x86" +RESTRICT="strip" IUSE="" RDEPEND="sys-libs/zlib |