floppym 15/05/07 19:39:46 Modified: open-vm-tools-9.10.0_p2476743.ebuild ChangeLog Log: Depend on newer procps to avoid has_version in src_configure. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 app-emulation/open-vm-tools/open-vm-tools-9.10.0_p2476743.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-9.10.0_p2476743.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-9.10.0_p2476743.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-9.10.0_p2476743.ebuild?r1=1.1&r2=1.2 Index: open-vm-tools-9.10.0_p2476743.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-9.10.0_p2476743.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- open-vm-tools-9.10.0_p2476743.ebuild 7 May 2015 01:04:16 -0000 1.1 +++ open-vm-tools-9.10.0_p2476743.ebuild 7 May 2015 19:39:46 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-9.10.0_p2476743.ebuild,v 1.1 2015/05/07 01:04:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/open-vm-tools-9.10.0_p2476743.ebuild,v 1.2 2015/05/07 19:39:46 floppym Exp $ EAPI=5 @@ -21,7 +21,7 @@ dev-libs/glib:2 dev-libs/libdnet sys-apps/ethtool - sys-process/procps + >=sys-process/procps-3.3.2 pam? ( virtual/pam ) X? ( dev-cpp/gtkmm:2.4 @@ -69,10 +69,8 @@ src_configure() { # http://bugs.gentoo.org/402279 - if has_version '>=sys-process/procps-3.3.2'; then - export CUSTOM_PROCPS_NAME=procps - export CUSTOM_PROCPS_LIBS="$($(tc-getPKG_CONFIG) --libs libprocps)" - fi + export CUSTOM_PROCPS_NAME=procps + export CUSTOM_PROCPS_LIBS="$($(tc-getPKG_CONFIG) --libs libprocps)" local myeconfargs=( --with-procps 1.86 app-emulation/open-vm-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/open-vm-tools/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 7 May 2015 01:04:16 -0000 1.85 +++ ChangeLog 7 May 2015 19:39:46 -0000 1.86 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/open-vm-tools # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.85 2015/05/07 01:04:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/ChangeLog,v 1.86 2015/05/07 19:39:46 floppym Exp $ + + 07 May 2015; Mike Gilbert <[email protected]> + open-vm-tools-9.10.0_p2476743.ebuild: + Depend on newer procps to avoid has_version in src_configure. *open-vm-tools-9.10.0_p2476743 (07 May 2015)
