public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/lv2: ChangeLog lv2-1.12.0.ebuild
@ 2015-07-21  9:38 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2015-07-21  9:38 UTC (permalink / raw
  To: gentoo-commits

aballier    15/07/21 09:38:46

  Modified:             ChangeLog lv2-1.12.0.ebuild
  Log:
  fix multilib-script failure
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.16                 media-libs/lv2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	21 Jul 2015 04:38:08 -0000	1.15
+++ ChangeLog	21 Jul 2015 09:38:46 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/lv2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.15 2015/07/21 04:38:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.16 2015/07/21 09:38:46 aballier Exp $
+
+  21 Jul 2015; Alexis Ballier <aballier@gentoo.org> lv2-1.12.0.ebuild:
+  fix multilib-script failure
 
   21 Jul 2015; Jeroen Roovers <jer@gentoo.org> lv2-1.10.0-r1.ebuild,
   lv2-1.12.0.ebuild:



1.3                  media-libs/lv2/lv2-1.12.0.ebuild

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

Index: lv2-1.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lv2-1.12.0.ebuild	21 Jul 2015 04:38:08 -0000	1.2
+++ lv2-1.12.0.ebuild	21 Jul 2015 09:38:46 -0000	1.3
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild,v 1.2 2015/07/21 04:38:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.12.0.ebuild,v 1.3 2015/07/21 09:38:46 aballier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE='threads(+)'
-inherit python-single-r1 waf-utils
+inherit python-single-r1 waf-utils multilib
 
 DESCRIPTION="A simple but extensible successor of LADSPA"
 HOMEPAGE="http://lv2plug.in/"
@@ -32,6 +32,7 @@
 src_configure() {
 	waf-utils_src_configure \
 		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
+		--lv2dir="${EPREFIX}"/usr/$(get_libdir)/lv2 \
 		$(use plugins || echo " --no-plugins") \
 		$(use doc     && echo " --docs"      )
 }





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

only message in thread, other threads:[~2015-07-21  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21  9:38 [gentoo-commits] gentoo-x86 commit in media-libs/lv2: ChangeLog lv2-1.12.0.ebuild Alexis Ballier (aballier)

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