diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-04-06 12:59:20 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-04-06 12:59:20 +0000 |
commit | e7ea72f2007bea1ae37ad4f18e2c222b3101bfbf (patch) | |
tree | 41aea51ef61b58447be60b8a38ed08ad7a7dad92 /games-strategy | |
parent | Version bump (diff) | |
download | gentoo-2-e7ea72f2007bea1ae37ad4f18e2c222b3101bfbf.tar.gz gentoo-2-e7ea72f2007bea1ae37ad4f18e2c222b3101bfbf.tar.bz2 gentoo-2-e7ea72f2007bea1ae37ad4f18e2c222b3101bfbf.zip |
RESTRICT=mirror
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/defcon-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/defcon-demo/defcon-demo-1.42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/defcon-demo/ChangeLog b/games-strategy/defcon-demo/ChangeLog index eb78a88761a0..c2e64f66fda2 100644 --- a/games-strategy/defcon-demo/ChangeLog +++ b/games-strategy/defcon-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/defcon-demo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.3 2010/01/20 18:28:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.4 2010/04/06 12:59:20 nyhm Exp $ + + 06 Apr 2010; Tristan Heaven <nyhm@gentoo.org> defcon-demo-1.42.ebuild: + RESTRICT=mirror 20 Jan 2010; Michael Sterrett <mr_bones_@gentoo.org> defcon-demo-1.42.ebuild: diff --git a/games-strategy/defcon-demo/defcon-demo-1.42.ebuild b/games-strategy/defcon-demo/defcon-demo-1.42.ebuild index 17497147499b..baa87b51c55c 100644 --- a/games-strategy/defcon-demo/defcon-demo-1.42.ebuild +++ b/games-strategy/defcon-demo/defcon-demo-1.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.42.ebuild,v 1.3 2010/01/20 18:28:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.42.ebuild,v 1.4 2010/04/06 12:59:20 nyhm Exp $ EAPI=1 inherit eutils toolchain-funcs games @@ -17,7 +17,7 @@ LICENSE="Introversion" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+system-libs" -RESTRICT="strip" +RESTRICT="mirror strip" # glibc discussion: # http://forums.introversion.co.uk/defcon/viewtopic.php?t=4016 |