diff options
author | William Hubbs <williamh@gentoo.org> | 2013-10-01 16:36:55 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2013-10-01 16:36:55 +0000 |
commit | e3909a8a5560dbceaff5ddaf8423d04305d02a81 (patch) | |
tree | 3529927d7871d52c196126aa4809f68503335952 /app-accessibility | |
parent | Add chainsaw to maintainers. (diff) | |
download | gentoo-2-e3909a8a5560dbceaff5ddaf8423d04305d02a81.tar.gz gentoo-2-e3909a8a5560dbceaff5ddaf8423d04305d02a81.tar.bz2 gentoo-2-e3909a8a5560dbceaff5ddaf8423d04305d02a81.zip |
drop the required_use line; portaudio and pulseaudio are independent from each other.
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/espeak/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.47.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-accessibility/espeak/ChangeLog b/app-accessibility/espeak/ChangeLog index 577700786ead..c74d8a8f6c50 100644 --- a/app-accessibility/espeak/ChangeLog +++ b/app-accessibility/espeak/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/espeak # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.113 2013/10/01 11:13:04 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.114 2013/10/01 16:36:55 williamh Exp $ + + 01 Oct 2013; William Hubbs <williamh@gentoo.org> espeak-1.47.11-r1.ebuild: + drop the required_use line; portaudio and pulseaudio are independent from each + other. 01 Oct 2013; William Hubbs <williamh@gentoo.org> espeak-1.47.11-r1.ebuild: style fixes and use required_use since pulseaudio support will not build diff --git a/app-accessibility/espeak/espeak-1.47.11-r1.ebuild b/app-accessibility/espeak/espeak-1.47.11-r1.ebuild index df96a38808b8..e5252c807a53 100644 --- a/app-accessibility/espeak/espeak-1.47.11-r1.ebuild +++ b/app-accessibility/espeak/espeak-1.47.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild,v 1.2 2013/10/01 11:13:04 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild,v 1.3 2013/10/01 16:36:55 williamh Exp $ EAPI=5 @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="portaudio pulseaudio" -REQUIRED_USE="pulseaudio? ( portaudio )" - COMMON_DEPEND=" portaudio? ( >=media-libs/portaudio-19_pre20071207 ) pulseaudio? ( media-sound/pulseaudio )" |