diff options
author | 2012-01-13 22:35:16 +0000 | |
---|---|---|
committer | 2012-01-13 22:35:16 +0000 | |
commit | 3af226cc1658ce844cc9a153b0fd13d5b71e62d3 (patch) | |
tree | 5d025a2656d8cad1ade52fb89fb19ccaa1009540 /eclass/cdrom.eclass | |
parent | Allow to run test without rebuilding llvm, bug #397559 by mgorny. Add AMD K10... (diff) | |
download | historical-3af226cc1658ce844cc9a153b0fd13d5b71e62d3.tar.gz historical-3af226cc1658ce844cc9a153b0fd13d5b71e62d3.tar.bz2 historical-3af226cc1658ce844cc9a153b0fd13d5b71e62d3.zip |
Don't set PROPERTIES=interactive, bug 398809.
Diffstat (limited to 'eclass/cdrom.eclass')
-rw-r--r-- | eclass/cdrom.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass index 5cd9df2a459b..d2b9d4e1d9d5 100644 --- a/eclass/cdrom.eclass +++ b/eclass/cdrom.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation + # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cdrom.eclass,v 1.1 2012/01/13 20:23:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cdrom.eclass,v 1.2 2012/01/13 22:35:16 ulm Exp $ # @ECLASS: cdrom.eclass # @MAINTAINER: @@ -20,8 +20,6 @@ ___ECLASS_ONCE_CDROM=1 inherit portability -PROPERTIES="interactive" - # @FUNCTION: cdrom_get_cds # @USAGE: <file on cd1> [file on cd2] [file on cd3] [...] # @DESCRIPTION: |