mgorny 14/08/06 18:32:10 Modified: ChangeLog Added: libgudev-215-r1.ebuild Removed: libgudev-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.14 virtual/libgudev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 4 Aug 2014 07:11:08 -0000 1.13 +++ ChangeLog 6 Aug 2014 18:32:09 -0000 1.14 @@ -1,6 +1,14 @@ # ChangeLog for virtual/libgudev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.13 2014/08/04 07:11:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libgudev/ChangeLog,v 1.14 2014/08/06 18:32:09 mgorny Exp $ + +*libgudev-215-r1 (06 Aug 2014) + + 06 Aug 2014; Michał Górny <[email protected]> +libgudev-215-r1.ebuild, + -libgudev-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 <[email protected]> libgudev-215.ebuild: Fix not installing anything with USE=systemd,static-libs. That combination 1.1 virtual/libgudev/libgudev-215-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libgudev/libgudev-215-r1.ebuild?rev=1.1&content-type=text/plain Index: libgudev-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/libgudev/libgudev-215-r1.ebuild,v 1.1 2014/08/06 18:32:09 mgorny Exp $ EAPI=5 inherit multilib-build DESCRIPTION="Virtual for libgudev providers" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0/0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="introspection static-libs systemd" DEPEND="" RDEPEND=" !systemd? ( || ( >=sys-fs/udev-208-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?] >=sys-fs/eudev-1.5.3-r1:0/0[${MULTILIB_USEDEP},gudev,introspection?,static-libs?] ) ) systemd? ( || ( >=sys-apps/systemd-212-r5:0/2[${MULTILIB_USEDEP},gudev,introspection?] >=sys-apps/systemd-208-r3:0/1[${MULTILIB_USEDEP},gudev,introspection?] >=sys-apps/systemd-208:0/0[${MULTILIB_USEDEP},gudev,introspection?] ) )" REQUIRED_USE="systemd? ( !static-libs )"
