diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-19 20:07:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-19 20:07:37 +0000 |
commit | 4bc0966fea36dcb1a7ddf3e027fac02b61b93892 (patch) | |
tree | 8d93974f73fd8061a4cfdcee157d6a6cd53c01b0 /app-cdr | |
parent | This is the new name of mail-client/sylpheed-claws-att-remover. (diff) | |
download | gentoo-2-4bc0966fea36dcb1a7ddf3e027fac02b61b93892.tar.gz gentoo-2-4bc0966fea36dcb1a7ddf3e027fac02b61b93892.tar.bz2 gentoo-2-4bc0966fea36dcb1a7ddf3e027fac02b61b93892.zip |
test doesnt work in portage scenario #158556
(Portage version: 2.1.2_rc3-r5)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/cdemu/cdemu-0.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-cdr/cdemu/cdemu-0.8.ebuild b/app-cdr/cdemu/cdemu-0.8.ebuild index 0688feec3329..0a70cd681285 100644 --- a/app-cdr/cdemu/cdemu-0.8.ebuild +++ b/app-cdr/cdemu/cdemu-0.8.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/app-cdr/cdemu/cdemu-0.8.ebuild,v 1.1 2006/12/14 03:07:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-0.8.ebuild,v 1.2 2006/12/19 20:07:37 vapier Exp $ inherit linux-mod python @@ -10,8 +10,9 @@ SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="hppa ppc x86 amd64" +KEYWORDS="amd64 hppa ppc x86" IUSE="" +RESTRICT="test" #158556 DEPEND="virtual/linux-sources" RDEPEND="dev-lang/python" |