mgorny 14/08/06 18:32:04 Modified: ChangeLog Added: libudev-215-r1.ebuild Removed: libudev-215.ebuild Log: Revbump to ensure that users get rebuild due to USE=systemd rather than blocker against it, and to ensure that previous breakage with USE=systemd,static-libs does not persist. (Portage version: 2.2.11_p5/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.11 virtual/libudev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 4 Aug 2014 06:58:41 -0000 1.10 +++ ChangeLog 6 Aug 2014 18:32:03 -0000 1.11 @@ -1,6 +1,14 @@ # ChangeLog for virtual/libudev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.10 2014/08/04 06:58:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libudev/ChangeLog,v 1.11 2014/08/06 18:32:03 mgorny Exp $ + +*libudev-215-r1 (06 Aug 2014) + + 06 Aug 2014; Michał Górny <mgo...@gentoo.org> +libudev-215-r1.ebuild, + -libudev-215.ebuild: + Revbump to ensure that users get rebuild due to USE=systemd rather than + blocker against it, and to ensure that previous breakage with USE=systemd + ,static-libs does not persist. 04 Aug 2014; Michał Górny <mgo...@gentoo.org> libudev-215.ebuild: Fix not installing anything with USE=systemd,static-libs. That combination 1.1 virtual/libudev/libudev-215-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/libudev-215-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libudev/libudev-215-r1.ebuild?rev=1.1&content-type=text/plain Index: libudev-215-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/libudev/libudev-215-r1.ebuild,v 1.1 2014/08/06 18:32:03 mgorny Exp $ EAPI=5 inherit multilib-build DESCRIPTION="Virtual for libudev providers" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0/1" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="static-libs systemd" DEPEND="" RDEPEND=" !systemd? ( || ( >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},static-libs?] >=sys-fs/eudev-1.3:0/0[${MULTILIB_USEDEP},static-libs?] ) ) systemd? ( || ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP}] >=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP}] >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP}] ) )" REQUIRED_USE="systemd? ( !static-libs )"