diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2006-03-04 00:53:04 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2006-03-04 00:53:04 +0000 |
commit | c0c13bc47881c320e32b3a8781cdb2252476fdd1 (patch) | |
tree | 892293728b0ce535cd57fc13890ac07fbfe082c1 /dev-python/pyao/pyao-0.82.ebuild | |
parent | Whitespace fixes (diff) | |
download | gentoo-2-c0c13bc47881c320e32b3a8781cdb2252476fdd1.tar.gz gentoo-2-c0c13bc47881c320e32b3a8781cdb2252476fdd1.tar.bz2 gentoo-2-c0c13bc47881c320e32b3a8781cdb2252476fdd1.zip |
removed 'examples' use flag, install examples unconditionally.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'dev-python/pyao/pyao-0.82.ebuild')
-rw-r--r-- | dev-python/pyao/pyao-0.82.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/pyao/pyao-0.82.ebuild b/dev-python/pyao/pyao-0.82.ebuild index a30c4fae13fc..b5b232b0945b 100644 --- a/dev-python/pyao/pyao-0.82.ebuild +++ b/dev-python/pyao/pyao-0.82.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/dev-python/pyao/pyao-0.82.ebuild,v 1.6 2006/03/03 13:38:01 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyao/pyao-0.82.ebuild,v 1.7 2006/03/04 00:53:04 sbriesen Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://www.andrewchatham.com/pyogg/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc -amd64 -sparc" -IUSE="examples" +IUSE="" DEPEND="virtual/python >=media-libs/libao-0.8.3" @@ -23,8 +23,6 @@ src_compile() { src_install() { distutils_src_install - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins test.py - fi + insinto /usr/share/doc/${PF}/examples + doins test.py } |