diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-11 02:50:12 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-11 02:50:25 +0100 |
commit | ecacc00aef905d57b8f8e6eccd21473494d53c72 (patch) | |
tree | d0ccd3665624d0f08feddc636f985100ad609e03 /sys-apps/util-linux/util-linux-9999.ebuild | |
parent | sys-kernel/gentoo-sources: Linux patch 4.4.163 (diff) | |
download | gentoo-ecacc00aef905d57b8f8e6eccd21473494d53c72.tar.gz gentoo-ecacc00aef905d57b8f8e6eccd21473494d53c72.tar.bz2 gentoo-ecacc00aef905d57b8f8e6eccd21473494d53c72.zip |
sys-apps/util-linux: fix oids test
Closes: https://bugs.gentoo.org/657640
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux/util-linux-9999.ebuild')
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index cdfc75a44ba2..78f587fe30c9 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -63,6 +63,10 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" S="${WORKDIR}/${MY_P}" +PATCHES=( + "${FILESDIR}/util-linux-2.32.1-skip-oids-test-when-uuidgen-is-not-available.patch" +) + src_prepare() { default |