summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-08-31 22:25:56 +0200
committerKarel Kočí <cynerd@email.cz>2018-08-31 22:25:56 +0200
commite0cfced52d7a05bb434206aa9259b64b6483dea4 (patch)
tree687ce772cd33eb0e58283f813fb9de8b9be3a611 /dev-util
parentc7f5835f91b388037f52cf3ccf4e286714444802 (diff)
downloadgentoo-personal-overlay-e0cfced52d7a05bb434206aa9259b64b6483dea4.tar.gz
gentoo-personal-overlay-e0cfced52d7a05bb434206aa9259b64b6483dea4.tar.bz2
gentoo-personal-overlay-e0cfced52d7a05bb434206aa9259b64b6483dea4.zip
Try to fix dev-utils
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild b/dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild
index 7b80294..9a6c59c 100644
--- a/dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild
+++ b/dev-util/linux-ns-tools/linux-ns-tools-0.1.ebuild
@@ -12,3 +12,8 @@ KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=">sys-apps/shadow-4.2"
+
+src_prepare() {
+ eapply_user
+ eautoreconf
+}