diff options
author | 2014-03-27 07:16:01 +0000 | |
---|---|---|
committer | 2014-03-27 07:16:01 +0000 | |
commit | 836d3479b9d0d1a2ab70f877c2a047d2d2d02107 (patch) | |
tree | 3b4438b87a3e88d2265586e684fd0df3569def00 /media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild | |
parent | mail-mta/nullmailer: Drop old (diff) | |
download | historical-836d3479b9d0d1a2ab70f877c2a047d2d2d02107.tar.gz historical-836d3479b9d0d1a2ab70f877c2a047d2d2d02107.tar.bz2 historical-836d3479b9d0d1a2ab70f877c2a047d2d2d02107.zip |
media-sound/lastfm-desktop: Backport patch for missing cast, #494190
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild')
-rw-r--r-- | media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild index 48044de17f48..6103ab2d6a2b 100644 --- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild +++ b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild,v 1.2 2013/12/16 12:23:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild,v 1.3 2014/03/27 07:16:01 jlec Exp $ EAPI=5 @@ -27,6 +27,8 @@ RDEPEND=" || ( dev-qt/qtphonon:4 kde-base/phonon-kde:4 )" DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}"/${P}-missing-cast.patch ) + src_configure() { eqmake4 Last.fm.pro PREFIX="${EPREFIX}"/usr } |