Skip to content

Commit

Permalink
mail-filter/rspamd: set QA_MULTILIB_PATHS
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/601436

Package-Manager: Portage-2.3.3_p12, Repoman-2.3.1_p5
  • Loading branch information
floppym committed Jan 3, 2017
1 parent ed21ced commit e77adcb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion mail-filter/rspamd/rspamd-1.3.5-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -36,6 +36,8 @@ RDEPEND="!libressl? ( dev-libs/openssl:0[-bindist] )
DEPEND="dev-util/ragel
${RDEPEND}"

QA_MULTILIB_PATHS="usr/lib/rspamd/.*"

pkg_setup() {
enewgroup rspamd
enewuser rspamd -1 -1 /var/lib/rspamd rspamd
Expand Down
4 changes: 3 additions & 1 deletion mail-filter/rspamd/rspamd-1.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -36,6 +36,8 @@ RDEPEND="!libressl? ( dev-libs/openssl:0[-bindist] )
DEPEND="dev-util/ragel
${RDEPEND}"

QA_MULTILIB_PATHS="usr/lib/rspamd/.*"

pkg_setup() {
enewgroup rspamd
enewuser rspamd -1 -1 /var/lib/rspamd rspamd
Expand Down
4 changes: 3 additions & 1 deletion mail-filter/rspamd/rspamd-1.4.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -36,6 +36,8 @@ RDEPEND="!libressl? ( dev-libs/openssl:0[-bindist] )
DEPEND="dev-util/ragel
${RDEPEND}"

QA_MULTILIB_PATHS="usr/lib/rspamd/.*"

pkg_setup() {
enewgroup rspamd
enewuser rspamd -1 -1 /var/lib/rspamd rspamd
Expand Down
2 changes: 2 additions & 0 deletions mail-filter/rspamd/rspamd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RDEPEND="!libressl? ( dev-libs/openssl:0[-bindist] )
DEPEND="dev-util/ragel
${RDEPEND}"

QA_MULTILIB_PATHS="usr/lib/rspamd/.*"

pkg_setup() {
enewgroup rspamd
enewuser rspamd -1 -1 /var/lib/rspamd rspamd
Expand Down

0 comments on commit e77adcb

Please sign in to comment.