mgorny 14/11/30 13:36:08 Modified: zbar-0.10-r5.ebuild ChangeLog Log: Add missing REQUIRED_USE. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 media-gfx/zbar/zbar-0.10-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild?r1=1.1&r2=1.2 Index: zbar-0.10-r5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- zbar-0.10-r5.ebuild 30 Nov 2014 13:09:57 -0000 1.1 +++ zbar-0.10-r5.ebuild 30 Nov 2014 13:36:08 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v 1.1 2014/11/30 13:09:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/zbar-0.10-r5.ebuild,v 1.2 2014/11/30 13:36:08 mgorny Exp $ EAPI=5 @@ -30,6 +30,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + pkg_setup() { use python && python-single-r1_pkg_setup } 1.16 media-gfx/zbar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/zbar/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 30 Nov 2014 13:09:57 -0000 1.15 +++ ChangeLog 30 Nov 2014 13:36:08 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/zbar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.15 2014/11/30 13:09:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/zbar/ChangeLog,v 1.16 2014/11/30 13:36:08 mgorny Exp $ + + 30 Nov 2014; Michał Górny <[email protected]> zbar-0.10-r5.ebuild: + Add missing REQUIRED_USE. *zbar-0.10-r5 (30 Nov 2014)
