axs 14/06/18 13:52:43 Modified: ChangeLog Added: libusb-0-r2.ebuild Removed: libusb-0-r1.ebuild Log: fixed freebsd-lib dependency so the pre-EAPI5 ebuild cannot erroneously satisfy gx86-multilib (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.53 virtual/libusb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 9 Jun 2014 23:26:29 -0000 1.52 +++ ChangeLog 18 Jun 2014 13:52:43 -0000 1.53 @@ -1,6 +1,13 @@ # ChangeLog for virtual/libusb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.52 2014/06/09 23:26:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libusb/ChangeLog,v 1.53 2014/06/18 13:52:43 axs Exp $ + +*libusb-0-r2 (18 Jun 2014) + + 18 Jun 2014; Ian Stakenvicius (_AxS_) <[email protected]> +libusb-0-r2.ebuild, + -libusb-0-r1.ebuild: + fixed freebsd-lib dependency so the pre-EAPI5 ebuild cannot erroneously + satisfy gx86-multilib 09 Jun 2014; Mike Frysinger <[email protected]> libusb-0-r1.ebuild, libusb-1-r1.ebuild: 1.1 virtual/libusb/libusb-0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libusb/libusb-0-r2.ebuild?rev=1.1&content-type=text/plain Index: libusb-0-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/libusb/libusb-0-r2.ebuild,v 1.1 2014/06/18 13:52:43 axs Exp $ EAPI=5 inherit multilib-build DESCRIPTION="Virtual for libusb" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND="|| ( >=dev-libs/libusb-compat-0.1.5-r2[${MULTILIB_USEDEP}] >=sys-freebsd/freebsd-lib-9.1-r11[usb,${MULTILIB_USEDEP}] )" DEPEND=""
