diff options
author | 2017-06-25 17:31:51 +0200 | |
---|---|---|
committer | 2017-06-25 17:31:51 +0200 | |
commit | 23b9132c92becaeb5a40c1862f98b211f22abddf (patch) | |
tree | 37e52c24ee5aded0bb8b9dbaf4afa719831121c4 /app-emulation/vmware-modules/vmware-modules-304.4-r1.ebuild | |
parent | Align ebuild structure between player and workstation, version 11 (diff) | |
download | vmware-23b9132c92becaeb5a40c1862f98b211f22abddf.tar.gz vmware-23b9132c92becaeb5a40c1862f98b211f22abddf.tar.bz2 vmware-23b9132c92becaeb5a40c1862f98b211f22abddf.zip |
Cleaning the overlay removing old files.
Let's clean the overlay keeping only last version of each major release,
this simplifies the management of the files. At a certain point it might
be even possible to import older versions that are now package-masked in
the main Gentoo repository.
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-304.4-r1.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-304.4-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-304.4-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-304.4-r1.ebuild index 8bf050e..424ca60 100644 --- a/app-emulation/vmware-modules/vmware-modules-304.4-r1.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-304.4-r1.ebuild @@ -109,8 +109,7 @@ src_prepare() { kernel_is ge 4 9 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.9-01-get_user_pages.patch" kernel_is ge 4 9 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.9-02-get_user_pages.patch" kernel_is ge 4 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.10-00-generic_readlink.patch" - kernel_is ge 4 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.11-00-missing-headers-p1.patch" - kernel_is ge 4 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.11-00-missing-headers-p2.patch" + kernel_is ge 4 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.11-00-missing-headers.patch" kernel_is ge 4 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.11-01-vsock-lockdep.patch" kernel_is ge 4 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.11-02-vmmon.patch" |