diff options
author | 2012-09-20 23:19:27 +0400 | |
---|---|---|
committer | 2012-09-20 23:19:27 +0400 | |
commit | 63b2ed887e4bdc174c453b778ce48100ac7a66cc (patch) | |
tree | 7f862846800f5d3e97c2a63cc069dda21a2e27b1 | |
parent | [sys-cluster/lustre] Initial import (diff) | |
download | sci-63b2ed887e4bdc174c453b778ce48100ac7a66cc.tar.gz sci-63b2ed887e4bdc174c453b778ce48100ac7a66cc.tar.bz2 sci-63b2ed887e4bdc174c453b778ce48100ac7a66cc.zip |
[sys-cluster/lustre] call apply_user_patches
(Portage version: 2.2.0_alpha129/git/Linux x86_64, unsigned Manifest commit)
-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 } |