Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 2/7] systemd.eclass: Update the example for best practices
Date: Fri, 27 Nov 2015 14:54:54
Message-Id: 1448636008-13184-3-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCHES] systemd.eclass: Clean up & EAPI 6 support by "Michał Górny"
1 ---
2 eclass/systemd.eclass | 6 +++---
3 1 file changed, 3 insertions(+), 3 deletions(-)
4
5 diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
6 index 245e803..ed787c3 100644
7 --- a/eclass/systemd.eclass
8 +++ b/eclass/systemd.eclass
9 @@ -15,13 +15,13 @@
10 # inherit systemd
11 #
12 # src_configure() {
13 -# local myeconfargs=(
14 +# local myconf=(
15 # --enable-foo
16 # --disable-bar
17 -# "$(systemd_with_unitdir)"
18 +# --with-systemdsystemunitdir="$(systemd_get_unitdir)"
19 # )
20 #
21 -# econf "${myeconfargs[@]}"
22 +# econf "${myconf[@]}"
23 # }
24 # @CODE
25
26 --
27 2.6.3