diff options
author | 2012-01-19 11:45:17 +0000 | |
---|---|---|
committer | 2012-01-19 11:45:17 +0000 | |
commit | edd09eea356f4d6977f928dbe5dad8b6f8720956 (patch) | |
tree | 0bda86194e8a0b953618eec873b5be70daf83e13 /app-text | |
parent | Add missing DEPEND on check for test-programs, bug #398929 by Andrew Frink. (diff) | |
download | gentoo-2-edd09eea356f4d6977f928dbe5dad8b6f8720956.tar.gz gentoo-2-edd09eea356f4d6977f928dbe5dad8b6f8720956.tar.bz2 gentoo-2-edd09eea356f4d6977f928dbe5dad8b6f8720956.zip |
Replace media-libs/libao with media-libs/sdl-mixer (see upstream ChangeLog file). Comment out unworking LANGS.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/focuswriter/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/focuswriter/focuswriter-1.3.5.2.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/focuswriter/ChangeLog b/app-text/focuswriter/ChangeLog index c25cf87c28c1..c7dafa244312 100644 --- a/app-text/focuswriter/ChangeLog +++ b/app-text/focuswriter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/focuswriter # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.10 2012/01/18 23:03:42 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.11 2012/01/19 11:45:17 ssuominen Exp $ + + 19 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + focuswriter-1.3.5.2.ebuild: + Replace media-libs/libao with media-libs/sdl-mixer (see upstream ChangeLog + file). Comment out unworking LANGS. *focuswriter-1.3.5.2 (18 Jan 2012) diff --git a/app-text/focuswriter/focuswriter-1.3.5.2.ebuild b/app-text/focuswriter/focuswriter-1.3.5.2.ebuild index 5c0ef5865094..821270ceca4e 100644 --- a/app-text/focuswriter/focuswriter-1.3.5.2.ebuild +++ b/app-text/focuswriter/focuswriter-1.3.5.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.3.5.2.ebuild,v 1.1 2012/01/18 23:03:42 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/focuswriter-1.3.5.2.ebuild,v 1.2 2012/01/19 11:45:17 ssuominen Exp $ EAPI=4 -LANGS="cs de el en es es_MX fi fr hu it nl pl pt pt_BR ru sv uk" +#does nothing useful, LANGS="cs de el en es_MX es fi fr hu it nl pl pt_BR pt ru sv uk" inherit qt4-r2 DESCRIPTION="A fullscreen and distraction-free word processor" @@ -20,7 +20,7 @@ DEPEND=" app-text/hunspell dev-libs/libzip x11-libs/qt-gui:4 - media-libs/libao + media-libs/sdl-mixer[wav] " RDEPEND="${DEPEND}" |