yngwin      15/03/13 15:20:12

  Modified:             libbdplus-0.1.2.ebuild libbdplus-9999.ebuild
                        ChangeLog
  Removed:              libbdplus-0.1.1.ebuild
  Log:
  Fix multilib support (bug #524396). Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.2                  media-libs/libbdplus/libbdplus-0.1.2.ebuild

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

Index: libbdplus-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbdplus/libbdplus-0.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libbdplus-0.1.2.ebuild      29 Jan 2015 01:23:36 -0000      1.1
+++ libbdplus-0.1.2.ebuild      13 Mar 2015 15:20:12 -0000      1.2
@@ -1,9 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbdplus/libbdplus-0.1.2.ebuild,v 1.1 
2015/01/29 01:23:36 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbdplus/libbdplus-0.1.2.ebuild,v 1.2 
2015/03/13 15:20:12 yngwin Exp $
 
 EAPI=5
-
 inherit autotools-multilib
 
 if [[ ${PV} == 9999 ]] ; then
@@ -21,9 +20,9 @@
 SLOT="0"
 IUSE="aacs static-libs"
 
-RDEPEND="dev-libs/libgcrypt:0=
-       dev-libs/libgpg-error
-       aacs? ( >=media-libs/libaacs-0.7.0 )"
+RDEPEND="dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}]
+       dev-libs/libgpg-error[${MULTILIB_USEDEP}]
+       aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
 
 DOCS="ChangeLog README.txt"



1.3                  media-libs/libbdplus/libbdplus-9999.ebuild

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

Index: libbdplus-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbdplus/libbdplus-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libbdplus-9999.ebuild       29 Jan 2015 01:23:36 -0000      1.2
+++ libbdplus-9999.ebuild       13 Mar 2015 15:20:12 -0000      1.3
@@ -1,9 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbdplus/libbdplus-9999.ebuild,v 1.2 
2015/01/29 01:23:36 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libbdplus/libbdplus-9999.ebuild,v 1.3 
2015/03/13 15:20:12 yngwin Exp $
 
 EAPI=5
-
 inherit autotools-multilib
 
 if [[ ${PV} == 9999 ]] ; then
@@ -21,9 +20,9 @@
 SLOT="0"
 IUSE="aacs static-libs"
 
-RDEPEND="dev-libs/libgcrypt:0=
-       dev-libs/libgpg-error
-       aacs? ( >=media-libs/libaacs-0.7.0 )"
+RDEPEND="dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}]
+       dev-libs/libgpg-error[${MULTILIB_USEDEP}]
+       aacs? ( >=media-libs/libaacs-0.7.0[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}"
 
 DOCS="ChangeLog README.txt"



1.3                  media-libs/libbdplus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libbdplus/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   29 Jan 2015 01:23:36 -0000      1.2
+++ ChangeLog   13 Mar 2015 15:20:12 -0000      1.3
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libbdplus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libbdplus/ChangeLog,v 1.2 
2015/01/29 01:23:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libbdplus/ChangeLog,v 1.3 
2015/03/13 15:20:12 yngwin Exp $
+
+  13 Mar 2015; Ben de Groot <[email protected]> -libbdplus-0.1.1.ebuild,
+  libbdplus-0.1.2.ebuild, libbdplus-9999.ebuild:
+  Fix multilib support (bug #524396). Remove old.
 
 *libbdplus-0.1.2 (29 Jan 2015)
 
@@ -14,4 +18,3 @@
   22 Sep 2014; Steve Dibb <[email protected]> +libbdplus-0.1.1.ebuild,
   +libbdplus-9999.ebuild, +metadata.xml:
   Initial commit, bug 496812
-




Reply via email to