diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-03 10:54:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-03 10:54:27 -0400 |
commit | 80a0be5dac9855247441f7b7a6b969b425a1927d (patch) | |
tree | e8341d0c8ffb06619596bff4839cc3b514996bec /core/etc | |
parent | Keyword npth. Make accept_keyword more robust. (diff) | |
download | grs-80a0be5dac9855247441f7b7a6b969b425a1927d.tar.gz grs-80a0be5dac9855247441f7b7a6b969b425a1927d.tar.bz2 grs-80a0be5dac9855247441f7b7a6b969b425a1927d.zip |
Correct LDFLAGS for app-crypt/gnupg.
Diffstat (limited to 'core/etc')
-rw-r--r-- | core/etc/grs/world.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf index 058f789..169e3b1 100644 --- a/core/etc/grs/world.conf +++ b/core/etc/grs/world.conf @@ -260,6 +260,8 @@ package.use/app-crypt_gcr_0 : app-crypt/gcr:0 -debug -test gtk introspection val [app-crypt/gnupg:0] package.use/app-crypt_gnupg_0 : app-crypt/gnupg:0 -doc -mta -nls -selinux -static -tools -usb bzip2 ldap readline smartcard package.accept_keywords/app-crypt_gnupg_0 : >=app-crypt/gnupg-2.1.6 ~amd64 ++package.env : app-crypt/gnupg:0 app-crypt_gnupg_0 +env/app-crypt_gnupg_0 : LDFLAGS="-lintl" [app-crypt/gpa:0] package.use/app-crypt_gpa_0 : app-crypt/gpa:0 -nls |