diff options
-rw-r--r-- | media-sound/sound-juicer/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-3.12.0.ebuild | 6 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-3.14.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index 566411094f4b..dddaf78b9cd9 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/sound-juicer -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.239 2014/12/22 23:39:48 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.240 2015/03/07 03:08:30 tetromino Exp $ + + 07 Mar 2015; Alexandre Rostovtsev <tetromino@gentoo.org> + sound-juicer-3.12.0.ebuild, sound-juicer-3.14.0.ebuild: + ITSTOOL typo (bug #539808, thanks to Nicolas Bock). *sound-juicer-3.14.0 (22 Dec 2014) diff --git a/media-sound/sound-juicer/sound-juicer-3.12.0.ebuild b/media-sound/sound-juicer/sound-juicer-3.12.0.ebuild index 6af89ac1f771..6cdbaaa0fcbd 100644 --- a/media-sound/sound-juicer/sound-juicer-3.12.0.ebuild +++ b/media-sound/sound-juicer/sound-juicer-3.12.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.12.0.ebuild,v 1.3 2014/07/23 15:23:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.12.0.ebuild,v 1.4 2015/03/07 03:08:30 tetromino Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -57,7 +57,7 @@ src_prepare() { } src_configure() { - gnome2_src_configure ITSTOOLS="$(type -P true)" + gnome2_src_configure ITSTOOL="$(type -P true)" } pkg_postinst() { diff --git a/media-sound/sound-juicer/sound-juicer-3.14.0.ebuild b/media-sound/sound-juicer/sound-juicer-3.14.0.ebuild index 08f5804bdb60..91e38ffc4dbc 100644 --- a/media-sound/sound-juicer/sound-juicer-3.14.0.ebuild +++ b/media-sound/sound-juicer/sound-juicer-3.14.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.14.0.ebuild,v 1.1 2014/12/22 23:39:48 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-3.14.0.ebuild,v 1.2 2015/03/07 03:08:30 tetromino Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -57,7 +57,7 @@ src_prepare() { } src_configure() { - gnome2_src_configure ITSTOOLS="$(type -P true)" + gnome2_src_configure ITSTOOL="$(type -P true)" } pkg_postinst() { |