diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-03-10 07:36:24 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-03-10 07:37:37 -0800 |
commit | e70838bfc11e3489550eac72831216afa2af2424 (patch) | |
tree | 233189c977b70052d1c85c26a2196fd2f0886546 /sys-fs/lvm2/files | |
parent | www-client/firefox: drop erroneously reintroduced egl USE flag. (diff) | |
download | gentoo-e70838bfc11e3489550eac72831216afa2af2424.tar.gz gentoo-e70838bfc11e3489550eac72831216afa2af2424.tar.bz2 gentoo-e70838bfc11e3489550eac72831216afa2af2424.zip |
sys-fs/lvm2: EAPI6 conversion from Lars Wendler (polynomial-c).
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-fs/lvm2/files')
-rw-r--r-- | sys-fs/lvm2/files/lvm2-2.02.70-asneeded.patch | 4 | ||||
-rw-r--r-- | sys-fs/lvm2/files/lvm2-2.02.99-locale-muck.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/lvm2/files/lvm2-2.02.70-asneeded.patch b/sys-fs/lvm2/files/lvm2-2.02.70-asneeded.patch index 7576e1923ca2..1bae0db10c1d 100644 --- a/sys-fs/lvm2/files/lvm2-2.02.70-asneeded.patch +++ b/sys-fs/lvm2/files/lvm2-2.02.70-asneeded.patch @@ -2,8 +2,8 @@ http://bugs.gentoo.org/330255 liblvm2app.so: undefined reference to `floor' ---- liblvm/Makefile.in -+++ liblvm/Makefile.in +--- LVM2/liblvm/Makefile.in ++++ LVM2/liblvm/Makefile.in @@ -39,7 +39,7 @@ include $(top_builddir)/make.tmpl diff --git a/sys-fs/lvm2/files/lvm2-2.02.99-locale-muck.patch b/sys-fs/lvm2/files/lvm2-2.02.99-locale-muck.patch index 364fbd4475f0..fe7ec87931e3 100644 --- a/sys-fs/lvm2/files/lvm2-2.02.99-locale-muck.patch +++ b/sys-fs/lvm2/files/lvm2-2.02.99-locale-muck.patch @@ -1,5 +1,5 @@ ---- make.tmpl.in -+++ make.tmpl.in +--- LVM2/make.tmpl.in ++++ LVM2/make.tmpl.in @@ -395,7 +395,7 @@ ( cat $(srcdir)/.exported_symbols; \ if test x$(EXPORTED_HEADER) != x; then \ |