Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/portage/, tools-musl/portage/env/
Date: Mon, 27 Jan 2014 20:18:12
Message-Id: 1390853896.02c9e48d92d84de86e487eb902bf2022905337bd.blueness@gentoo
1 commit: 02c9e48d92d84de86e487eb902bf2022905337bd
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 20:15:30 2014 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 20:18:16 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=02c9e48d
7
8 tools-musl: support USE=nls
9
10 ---
11 tools-musl/portage/env/libintl.conf | 1 +
12 tools-musl/portage/package.accept_keywords | 4 +++-
13 tools-musl/portage/package.env | 3 +++
14 3 files changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/tools-musl/portage/env/libintl.conf b/tools-musl/portage/env/libintl.conf
17 new file mode 100644
18 index 0000000..5133a11
19 --- /dev/null
20 +++ b/tools-musl/portage/env/libintl.conf
21 @@ -0,0 +1 @@
22 +CFLAGS="-Wl,-lintl"
23
24 diff --git a/tools-musl/portage/package.accept_keywords b/tools-musl/portage/package.accept_keywords
25 index 47b9fa7..b74b45f 100644
26 --- a/tools-musl/portage/package.accept_keywords
27 +++ b/tools-musl/portage/package.accept_keywords
28 @@ -1,2 +1,4 @@
29 -=sys-libs/musl-0.9.15 ~amd64
30 =sys-apps/getent-0 ~amd64
31 +=sys-apps/man-db-2.6.6 ~amd64
32 +=sys-libs/musl-0.9.15 ~amd64
33 +=app-text/openjade-1.3.2-r6 ~amd64
34
35 diff --git a/tools-musl/portage/package.env b/tools-musl/portage/package.env
36 new file mode 100644
37 index 0000000..376f3c5
38 --- /dev/null
39 +++ b/tools-musl/portage/package.env
40 @@ -0,0 +1,3 @@
41 +sys-apps/kbd libintl.conf
42 +sys-apps/net-tools libintl.conf
43 +sys-process/procps libintl.conf