public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/grilo: ChangeLog grilo-0.2.4.ebuild
@ 2012-12-10 11:53 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-12-10 11:53 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/12/10 11:53:16

  Modified:             ChangeLog grilo-0.2.4.ebuild
  Log:
  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)

Revision  Changes    Path
1.15                 media-libs/grilo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/grilo/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	10 Dec 2012 02:40:29 -0000	1.14
+++ ChangeLog	10 Dec 2012 11:53:16 -0000	1.15
@@ -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)
 



1.2                  media-libs/grilo/grilo-0.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild?r1=1.1&r2=1.2

Index: grilo-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/grilo/grilo-0.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grilo-0.2.4.ebuild	10 Dec 2012 02:40:29 -0000	1.1
+++ grilo-0.2.4.ebuild	10 Dec 2012 11:53:16 -0000	1.2
@@ -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 @@
 	# 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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-10 11:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 11:53 [gentoo-commits] gentoo-x86 commit in media-libs/grilo: ChangeLog grilo-0.2.4.ebuild Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox