diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2007-08-02 20:49:17 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2007-08-02 20:49:17 +0000 |
commit | 8ce4d8c9b58f660a52f3c9db750ad934fb3ee427 (patch) | |
tree | 94aa97affc742d8d14a621463365666c21e8763d /dev-lang | |
parent | stable x86, bug 187157 (diff) | |
download | gentoo-2-8ce4d8c9b58f660a52f3c9db750ad934fb3ee427.tar.gz gentoo-2-8ce4d8c9b58f660a52f3c9db750ad934fb3ee427.tar.bz2 gentoo-2-8ce4d8c9b58f660a52f3c9db750ad934fb3ee427.zip |
dev-lang/mono-basic-1.2.4: added test restriction
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono-basic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-1.2.4.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-lang/mono-basic/ChangeLog b/dev-lang/mono-basic/ChangeLog index 432a7712045c..53ea3240b332 100644 --- a/dev-lang/mono-basic/ChangeLog +++ b/dev-lang/mono-basic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mono-basic # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.4 2007/08/01 03:07:47 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.5 2007/08/02 20:49:17 jurek Exp $ + + 02 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> mono-basic-1.2.4.ebuild: + Added test restriction 01 Aug 2007; <metalgod@gentoo.org> mono-basic-1.2.4.ebuild: Added ~amd64 keyword. Closes bug #186133 diff --git a/dev-lang/mono-basic/mono-basic-1.2.4.ebuild b/dev-lang/mono-basic/mono-basic-1.2.4.ebuild index 3e47668b58ac..3e76ebefc51c 100644 --- a/dev-lang/mono-basic/mono-basic-1.2.4.ebuild +++ b/dev-lang/mono-basic/mono-basic-1.2.4.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/dev-lang/mono-basic/mono-basic-1.2.4.ebuild,v 1.2 2007/08/01 03:07:47 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-1.2.4.ebuild,v 1.3 2007/08/02 20:49:17 jurek Exp $ inherit mono multilib @@ -16,6 +16,8 @@ IUSE="" RDEPEND="=dev-lang/mono-${PV}*" DEPEND="${RDEPEND}" +RESTRICT="test" + src_unpack() { unpack ${A} cd ${S} |