summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-10 11:53:16 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-10 11:53:16 +0000
commitf8d644173383d28ff1824360006521e23c7952f3 (patch)
treeae1d108007df757308307951df8875a8c19f209c /media-libs/grilo
parentClean up the ebuild a bit. Fix test phases. Enable all CPython versions. (diff)
downloadgentoo-2-f8d644173383d28ff1824360006521e23c7952f3.tar.gz
gentoo-2-f8d644173383d28ff1824360006521e23c7952f3.tar.bz2
gentoo-2-f8d644173383d28ff1824360006521e23c7952f3.zip
Fix build failure with USE=vala due to subslotting (bug #446692, thanks to Maciej Piechotka).
(Portage version: 2.2.0_alpha145/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-libs/grilo')
-rw-r--r--media-libs/grilo/ChangeLog6
-rw-r--r--media-libs/grilo/grilo-0.2.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/grilo/ChangeLog b/media-libs/grilo/ChangeLog
index fbc88de8fa7f..e21c2f097304 100644
--- a/media-libs/grilo/ChangeLog
+++ b/media-libs/grilo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/grilo
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v 1.14 2012/12/10 02:40:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v 1.15 2012/12/10 11:53:16 tetromino Exp $
+
+ 10 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> grilo-0.2.4.ebuild:
+ Fix build failure with USE=vala due to subslotting (bug #446692, thanks to
+ Maciej Piechotka).
*grilo-0.2.4 (10 Dec 2012)
diff --git a/media-libs/grilo/grilo-0.2.4.ebuild b/media-libs/grilo/grilo-0.2.4.ebuild
index 646feb6c94b3..6077825c492e 100644
--- a/media-libs/grilo/grilo-0.2.4.ebuild
+++ b/media-libs/grilo/grilo-0.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild,v 1.1 2012/12/10 02:40:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild,v 1.2 2012/12/10 11:53:16 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
@@ -82,7 +82,7 @@ src_install() {
# Prevent file collision with other slot
if use vala; then
mv "${ED}usr/bin/grilo-simple-playlist" \
- "${ED}usr/bin/grilo-simple-playlist-${SLOT}" || die
+ "${ED}usr/bin/grilo-simple-playlist-${SLOT%/*}" || die
fi
if use examples; then