diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-19 19:54:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-19 19:54:34 +0000 |
commit | 591e39bf8146262c6ece192edd9bc56efe549604 (patch) | |
tree | f01fb0d0e93c4ae89940491d1ab1e8896174b711 /games-strategy/majesty-demo | |
parent | Adding strip to RESTRICT for bug #137819. (diff) | |
download | gentoo-2-591e39bf8146262c6ece192edd9bc56efe549604.tar.gz gentoo-2-591e39bf8146262c6ece192edd9bc56efe549604.tar.bz2 gentoo-2-591e39bf8146262c6ece192edd9bc56efe549604.zip |
Adding strip to RESTRICT for bug #137819.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'games-strategy/majesty-demo')
-rw-r--r-- | games-strategy/majesty-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild | 25 |
2 files changed, 15 insertions, 16 deletions
diff --git a/games-strategy/majesty-demo/ChangeLog b/games-strategy/majesty-demo/ChangeLog index 3fb524891603..91cd4392101c 100644 --- a/games-strategy/majesty-demo/ChangeLog +++ b/games-strategy/majesty-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/majesty-demo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 1.8 2006/09/11 16:46:14 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 1.9 2006/09/19 19:54:34 wolf31o2 Exp $ + + 19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> + majesty-demo-1.0.0.ebuild: + Adding strip to RESTRICT for bug #137819. 11 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> majesty-demo-1.0.0.ebuild: diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild index 17955eca3a59..0c7605b8ae81 100644 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0.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-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.8 2006/09/11 16:46:14 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 1.9 2006/09/19 19:54:34 wolf31o2 Exp $ inherit eutils games @@ -11,25 +11,20 @@ SRC_URI="http://demos.linuxgamepublishing.com/majesty/majesty_demo.run" LICENSE="as-is" SLOT="0" KEYWORDS="amd64 ppc x86" +RESTRICT="strip" IUSE="" RDEPEND="sys-libs/glibc x86? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 ) ) + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXau + x11-libs/libXdmcp ) ppc? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 ) ) + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXau + x11-libs/libXdmcp ) amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs )" |