diff options
Diffstat (limited to 'sys-cluster/lustre')
-rw-r--r-- | sys-cluster/lustre/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/lustre/lustre-9999.ebuild | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog new file mode 100644 index 000000000..129d39a56 --- /dev/null +++ b/sys-cluster/lustre/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for sys-cluster/lustre +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 20 Sep 2012; Alexey Shvetsov <alexxy@gentoo.org> lustre-9999.ebuild: + [sys-cluster/lustre] call apply_user_patches diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 994a9ce09..80ef89cf2 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -49,6 +49,7 @@ pkg_setup() { src_prepare() { epatch ${PATCHES[@]} + apply_user_patches sh ./autogen.sh } |