mgorny 14/06/18 19:24:59 Modified: sane-backends-1.0.24-r5.ebuild ChangeLog Log: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild?r1=1.1&r2=1.2 Index: sane-backends-1.0.24-r5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sane-backends-1.0.24-r5.ebuild 31 May 2014 08:41:43 -0000 1.1 +++ sane-backends-1.0.24-r5.ebuild 18 Jun 2014 19:24:59 -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/sane-backends/sane-backends-1.0.24-r5.ebuild,v 1.1 2014/05/31 08:41:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.24-r5.ebuild,v 1.2 2014/06/18 19:24:59 mgorny Exp $ EAPI="5" @@ -125,20 +125,20 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" RDEPEND=" - sane_backends_dc210? ( virtual/jpeg[${MULTILIB_USEDEP}] ) - sane_backends_dc240? ( virtual/jpeg[${MULTILIB_USEDEP}] ) - sane_backends_dell1600n_net? ( virtual/jpeg[${MULTILIB_USEDEP}] - media-libs/tiff[${MULTILIB_USEDEP}] ) - avahi? ( >=net-dns/avahi-0.6.24[${MULTILIB_USEDEP}] ) - sane_backends_canon_pp? ( sys-libs/libieee1284[${MULTILIB_USEDEP}] ) - sane_backends_hpsj5s? ( sys-libs/libieee1284[${MULTILIB_USEDEP}] ) - sane_backends_mustek_pp? ( sys-libs/libieee1284[${MULTILIB_USEDEP}] ) - usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] ) + sane_backends_dc210? ( >=virtual/jpeg-0-r2[${MULTILIB_USEDEP}] ) + sane_backends_dc240? ( >=virtual/jpeg-0-r2[${MULTILIB_USEDEP}] ) + sane_backends_dell1600n_net? ( >=virtual/jpeg-0-r2[${MULTILIB_USEDEP}] + >=media-libs/tiff-3.9.7-r1[${MULTILIB_USEDEP}] ) + avahi? ( >=net-dns/avahi-0.6.31-r2[${MULTILIB_USEDEP}] ) + sane_backends_canon_pp? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) + sane_backends_hpsj5s? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) + sane_backends_mustek_pp? ( >=sys-libs/libieee1284-0.2.11-r3[${MULTILIB_USEDEP}] ) + usb? ( >=virtual/libusb-1-r1:1[${MULTILIB_USEDEP}] ) gphoto2? ( - media-libs/libgphoto2:=[${MULTILIB_USEDEP}] - virtual/jpeg[${MULTILIB_USEDEP}] + >=media-libs/libgphoto2-2.5.3.1:=[${MULTILIB_USEDEP}] + >=virtual/jpeg-0-r2[${MULTILIB_USEDEP}] ) - v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] ) + v4l? ( >=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}] ) xinetd? ( sys-apps/xinetd ) snmp? ( net-analyzer/net-snmp ) systemd? ( sys-apps/systemd:0= ) @@ -152,7 +152,7 @@ ) >=sys-apps/sed-4 - virtual/pkgconfig[${MULTILIB_USEDEP}]" + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" # We now use new syntax construct (SUBSYSTEMS!="usb|usb_device) RDEPEND="${RDEPEND} 1.257 media-gfx/sane-backends/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.257&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.257&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?r1=1.256&r2=1.257 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v retrieving revision 1.256 retrieving revision 1.257 diff -u -r1.256 -r1.257 --- ChangeLog 8 Jun 2014 11:06:23 -0000 1.256 +++ ChangeLog 18 Jun 2014 19:24:59 -0000 1.257 @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/sane-backends # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.256 2014/06/08 11:06:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.257 2014/06/18 19:24:59 mgorny Exp $ + + 18 Jun 2014; Michał Górny <[email protected]> sane-backends-1.0.24-r5.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 08 Jun 2014; Agostino Sarubbo <[email protected]> sane-backends-1.0.24-r3.ebuild: Stable for ppc, wrt bug #506928
