diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2010-02-24 08:53:26 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2010-02-24 08:53:26 +0000 |
commit | f543260f59f53b31ee4407c4a81253318590e695 (patch) | |
tree | f50e6315f58fa0c1ae6102c90af36c0610e54d78 /net-misc/mico | |
parent | fix for 306061, thanks ABCD for helping me (diff) | |
download | gentoo-2-f543260f59f53b31ee4407c4a81253318590e695.tar.gz gentoo-2-f543260f59f53b31ee4407c4a81253318590e695.tar.bz2 gentoo-2-f543260f59f53b31ee4407c4a81253318590e695.zip |
add RESTRICT=test for now (#298101)
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/mico')
-rw-r--r-- | net-misc/mico/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/mico/mico-2.3.13-r2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/mico/ChangeLog b/net-misc/mico/ChangeLog index 18275d767cf6..d333993b611c 100644 --- a/net-misc/mico/ChangeLog +++ b/net-misc/mico/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/mico # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.24 2010/01/13 14:09:57 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.25 2010/02/24 08:53:26 haubi Exp $ + + 24 Feb 2010; Michael Haubenwallner <haubi@gentoo.org> + mico-2.3.13-r2.ebuild: + add RESTRICT=test for now (#298101) *mico-2.3.13-r2 (13 Jan 2010) diff --git a/net-misc/mico/mico-2.3.13-r2.ebuild b/net-misc/mico/mico-2.3.13-r2.ebuild index 924d18847e28..2ff60e12464e 100644 --- a/net-misc/mico/mico-2.3.13-r2.ebuild +++ b/net-misc/mico/mico-2.3.13-r2.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/net-misc/mico/mico-2.3.13-r2.ebuild,v 1.1 2010/01/13 14:09:57 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/mico-2.3.13-r2.ebuild,v 1.2 2010/02/24 08:53:26 haubi Exp $ EAPI="2" @@ -14,6 +14,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~ppc-aix ~ia64-hpux ~amd64-linux ~x86-linux ~sparc-solaris ~x86-winnt" IUSE="gtk postgres qt4 ssl tcl threads X" +RESTRICT="test" #298101 # doesn't compile: # bluetooth? ( net-wireless/bluez-libs ) |