diff options
author | 2015-01-30 21:24:53 +0000 | |
---|---|---|
committer | 2015-01-30 21:24:53 +0000 | |
commit | ccc1c4aef168abbad8e2a11cb1d31dc3069095e5 (patch) | |
tree | 2a3464f479631534806a24f4a62308579fa15f0b /media-libs | |
parent | Shorten pkg setup. Sort functions. Remove old. (diff) | |
download | gentoo-2-ccc1c4aef168abbad8e2a11cb1d31dc3069095e5.tar.gz gentoo-2-ccc1c4aef168abbad8e2a11cb1d31dc3069095e5.tar.bz2 gentoo-2-ccc1c4aef168abbad8e2a11cb1d31dc3069095e5.zip |
Shorten pkg setup.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/liblastfm/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/liblastfm/liblastfm-1.0.9.ebuild | 12 |
2 files changed, 8 insertions, 11 deletions
diff --git a/media-libs/liblastfm/ChangeLog b/media-libs/liblastfm/ChangeLog index c83e94bf966c..f86277130cac 100644 --- a/media-libs/liblastfm/ChangeLog +++ b/media-libs/liblastfm/ChangeLog @@ -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 <johu@gentoo.org> liblastfm-1.0.9.ebuild: + Shorten pkg setup. 22 Oct 2014; Michael Palimaka <kensington@gentoo.org> liblastfm-1.0.9.ebuild: Ensure build against at least one Qt version wrt bug #526472. diff --git a/media-libs/liblastfm/liblastfm-1.0.9.ebuild b/media-libs/liblastfm/liblastfm-1.0.9.ebuild index 916e56a1afdf..e6426fb070a7 100644 --- a/media-libs/liblastfm/liblastfm-1.0.9.ebuild +++ b/media-libs/liblastfm/liblastfm-1.0.9.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-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 @@ RDEPEND="${COMMON_DEPEND} 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() { |