diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-15 12:23:42 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-19 20:48:11 +0300 |
commit | 321b20afad8460b29162cd6adc53d15457dc2ee4 (patch) | |
tree | 0b345d32f1c49aad403e1ebb1455d15a2ad9e108 /dev-libs | |
parent | dev-libs/gmp: fix VariableShadowed (diff) | |
download | gentoo-321b20afad8460b29162cd6adc53d15457dc2ee4.tar.gz gentoo-321b20afad8460b29162cd6adc53d15457dc2ee4.tar.bz2 gentoo-321b20afad8460b29162cd6adc53d15457dc2ee4.zip |
dev-libs/libcgroup: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libcgroup/libcgroup-0.41-r6.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild index 48d67cfb1185..4965b34297ac 100644 --- a/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild +++ b/dev-libs/libcgroup/libcgroup-0.41-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,6 +32,7 @@ PATCHES=( "${FILESDIR}"/${P}-replace-INLCUDES.patch "${FILESDIR}"/${P}-reorder-headers.patch "${FILESDIR}"/${P}-remove-umask.patch + "${FILESDIR}"/${P}-slibtool.patch ) pkg_setup() { @@ -42,14 +43,6 @@ pkg_setup() { linux-info_pkg_setup } -PATCHES=( - "${FILESDIR}"/${P}-replace_DECLS.patch - "${FILESDIR}"/${P}-replace_INLCUDES.patch - "${FILESDIR}"/${P}-reorder-headers.patch - "${FILESDIR}"/${P}-remove-umask.patch - "${FILESDIR}"/${P}-slibtool.patch -) - src_prepare() { default # Change rules file location |