johu 15/01/30 21:24:53 Modified: liblastfm-1.0.9.ebuild ChangeLog Log: Shorten pkg setup. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.4 media-libs/liblastfm/liblastfm-1.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild?r1=1.3&r2=1.4 Index: liblastfm-1.0.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- liblastfm-1.0.9.ebuild 22 Oct 2014 14:00:57 -0000 1.3 +++ liblastfm-1.0.9.ebuild 30 Jan 2015 21:24:53 -0000 1.4 @@ -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-libs/liblastfm/liblastfm-1.0.9.ebuild,v 1.3 2014/10/22 14:00:57 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild,v 1.4 2015/01/30 21:24:53 johu Exp $ EAPI=5 @@ -49,13 +49,7 @@ RESTRICT="test" pkg_setup() { - MULTIBUILD_VARIANTS=() - if use qt4; then - MULTIBUILD_VARIANTS+=(qt4) - fi - if use qt5; then - MULTIBUILD_VARIANTS+=(qt5) - fi + MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) ) } src_configure() { 1.35 media-libs/liblastfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 22 Oct 2014 14:00:57 -0000 1.34 +++ ChangeLog 30 Jan 2015 21:24:53 -0000 1.35 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/liblastfm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.34 2014/10/22 14:00:57 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.35 2015/01/30 21:24:53 johu Exp $ + + 30 Jan 2015; Johannes Huber <[email protected]> liblastfm-1.0.9.ebuild: + Shorten pkg setup. 22 Oct 2014; Michael Palimaka <[email protected]> liblastfm-1.0.9.ebuild: Ensure build against at least one Qt version wrt bug #526472.
