diff options
author | Tim Harder <radhermit@gentoo.org> | 2010-11-28 22:01:10 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2010-11-28 22:01:10 +0000 |
commit | f07ccbbe670919a736522bf37ded7bc772828904 (patch) | |
tree | 49046d3cfcd242fe44b70aab8bd3699784de24f0 /media-video/mediainfo | |
parent | Bug #344885: Upstream has broken USE=debug for 5.1 series >=5.1.51 (diff) | |
download | gentoo-2-f07ccbbe670919a736522bf37ded7bc772828904.tar.gz gentoo-2-f07ccbbe670919a736522bf37ded7bc772828904.tar.bz2 gentoo-2-f07ccbbe670919a736522bf37ded7bc772828904.zip |
Fix unrecognized configure options QA notice.
(Portage version: 2.2.0_alpha5/cvs/Linux x86_64)
Diffstat (limited to 'media-video/mediainfo')
-rw-r--r-- | media-video/mediainfo/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mediainfo/mediainfo-0.7.36.ebuild | 4 | ||||
-rw-r--r-- | media-video/mediainfo/mediainfo-0.7.37.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-video/mediainfo/ChangeLog b/media-video/mediainfo/ChangeLog index fff39bebd6c3..d2cdbd69ad7d 100644 --- a/media-video/mediainfo/ChangeLog +++ b/media-video/mediainfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mediainfo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.7 2010/11/27 05:45:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/ChangeLog,v 1.8 2010/11/28 22:01:10 radhermit Exp $ + + 28 Nov 2010; Tim Harder <radhermit@gentoo.org> mediainfo-0.7.36.ebuild, + mediainfo-0.7.37.ebuild: + Fix unrecognized configure options QA notice. *mediainfo-0.7.37 (27 Nov 2010) diff --git a/media-video/mediainfo/mediainfo-0.7.36.ebuild b/media-video/mediainfo/mediainfo-0.7.36.ebuild index 9a305c395101..a7acadd41252 100644 --- a/media-video/mediainfo/mediainfo-0.7.36.ebuild +++ b/media-video/mediainfo/mediainfo-0.7.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.36.ebuild,v 1.3 2010/10/29 06:01:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.36.ebuild,v 1.4 2010/11/28 22:01:10 radhermit Exp $ EAPI="2" @@ -48,7 +48,7 @@ src_configure() { for target in ${TARGETS}; do cd "${S}/Project/GNU/${target}" local myconf="" - use wxwidgets && myconf="${myconf} --with-wxwidgets --with-wx-gui" + [[ ${target} == "GUI" ]] && myconf="${myconf} --with-wxwidgets --with-wx-gui" econf \ ${myconf} \ --disable-dependency-tracking \ diff --git a/media-video/mediainfo/mediainfo-0.7.37.ebuild b/media-video/mediainfo/mediainfo-0.7.37.ebuild index c52473592395..285c449d8fc7 100644 --- a/media-video/mediainfo/mediainfo-0.7.37.ebuild +++ b/media-video/mediainfo/mediainfo-0.7.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.37.ebuild,v 1.1 2010/11/27 05:45:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.37.ebuild,v 1.2 2010/11/28 22:01:10 radhermit Exp $ EAPI="2" @@ -48,7 +48,7 @@ src_configure() { for target in ${TARGETS}; do cd "${S}/Project/GNU/${target}" local myconf="" - use wxwidgets && myconf="${myconf} --with-wxwidgets --with-wx-gui" + [[ ${target} == "GUI" ]] && myconf="${myconf} --with-wxwidgets --with-wx-gui" econf \ ${myconf} \ --disable-dependency-tracking \ |