* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2017-07-30 17:54 Patrice Clement
0 siblings, 0 replies; 10+ messages in thread
From: Patrice Clement @ 2017-07-30 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 4c62053868f357caaa8e54672b40c06859f948f8
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 17:54:11 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 17:54:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c620538
mail-filter/razor: force number of jobs to 1.
The -j1 option is now passed to emake.
Gentoo-Bug: https://bugs.gentoo.org/615658
Package-Manager: Portage-2.3.6, Repoman-2.3.1
mail-filter/razor/razor-2.85-r2.ebuild | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/mail-filter/razor/razor-2.85-r2.ebuild b/mail-filter/razor/razor-2.85-r2.ebuild
index 0804ba5b4a2..6a4adfd6319 100644
--- a/mail-filter/razor/razor-2.85-r2.ebuild
+++ b/mail-filter/razor/razor-2.85-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,35 +7,38 @@ inherit perl-module
MY_PN="razor-agents"
MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Vipul's Razor is a distributed, collaborative spam detection and filtering network"
+
+DESCRIPTION="Distributed, collaborative spam detection and filtering network"
HOMEPAGE="http://razor.sourceforge.net/"
SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-# This package warrants IUSE doc
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-perl/Net-DNS
+RDEPEND="
+ dev-perl/URI
+ dev-perl/Net-DNS
virtual/perl-Net-Ping
virtual/perl-Time-HiRes
- || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
- dev-perl/URI
- dev-perl/Digest-Nilsimsa"
+ dev-perl/Digest-Nilsimsa
+ || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )"
PATCHES=(
"${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
"${FILESDIR}/${PN}-2.85-cosmetic-pv-fix.patch"
- )
+)
S=${WORKDIR}/${MY_P}
+
# Install docs/ content
mydoc="docs/*"
SRC_TEST="do parallel"
+src_compile() {
+ emake -j1
+}
+
pkg_postinst() {
elog
elog "Run 'razor-admin -create' to create a default config file in your"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2018-08-21 19:54 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2018-08-21 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 7e3453c1ef8811b9fae3203f6d4605558f72c66a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 21 19:53:37 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 19:54:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3453c1
mail-filter/razor: Remove stray proxy-maint
This package does not seem to be proxy-maintained, and there were no
commits indicating that it ever were.
mail-filter/razor/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/mail-filter/razor/metadata.xml b/mail-filter/razor/metadata.xml
index db02698daf0..4502233cea0 100644
--- a/mail-filter/razor/metadata.xml
+++ b/mail-filter/razor/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<maintainer type="project">
<email>net-mail@gentoo.org</email>
<name>Net-Mail</name>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2018-11-12 21:47 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2018-11-12 21:47 UTC (permalink / raw
To: gentoo-commits
commit: d441ab4d0a27656674cc32a10192b303db876a58
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 21:46:00 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 21:46:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d441ab4d
mail-filter/razor: Drop old
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
mail-filter/razor/razor-2.85-r2.ebuild | 81 ----------------------------------
1 file changed, 81 deletions(-)
diff --git a/mail-filter/razor/razor-2.85-r2.ebuild b/mail-filter/razor/razor-2.85-r2.ebuild
deleted file mode 100644
index 6a4adfd6319..00000000000
--- a/mail-filter/razor/razor-2.85-r2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-MY_PN="razor-agents"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Distributed, collaborative spam detection and filtering network"
-HOMEPAGE="http://razor.sourceforge.net/"
-SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-RDEPEND="
- dev-perl/URI
- dev-perl/Net-DNS
- virtual/perl-Net-Ping
- virtual/perl-Time-HiRes
- dev-perl/Digest-Nilsimsa
- || ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )"
-
-PATCHES=(
- "${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
- "${FILESDIR}/${PN}-2.85-cosmetic-pv-fix.patch"
-)
-
-S=${WORKDIR}/${MY_P}
-
-# Install docs/ content
-mydoc="docs/*"
-SRC_TEST="do parallel"
-
-src_compile() {
- emake -j1
-}
-
-pkg_postinst() {
- elog
- elog "Run 'razor-admin -create' to create a default config file in your"
- elog "home directory under /home/user/.razor. (Remember to change user to"
- elog "your username from root before running razor-admin)"
- elog
- elog "Razor v2 requires reporters to be registered so their reputations can"
- elog "be computed over time and they can participate in the revocation"
- elog "mechanism. Registration is done with razor-admin -register. It has to be"
- elog "manually invoked in either of the following ways:"
- elog
- elog "To register user foo with 's1kr3t' as password: "
- elog
- elog "razor-admin -register -user=foo -pass=s1kr3t"
- elog
- elog "To register with an email address and have the password assigned:"
- elog
- elog "razor-admin -register -user=foo@bar.com "
- elog
- elog "To have both (random) username and password assgined: "
- elog
- elog "razor-admin -register "
- elog
- elog "razor-admin -register negotiates a registration with the Nomination Server"
- elog "and writes the identity information in"
- elog "/home/user/.razor/identity-username, or /etc/razor/identity-username"
- elog "when invoked as root."
- elog
- elog "You can edit razor-agent.conf to change the defaults. Config options"
- elog "and their values are defined in the razor-agent.conf(5) manpage."
- elog
- elog "The next step is to integrate razor-check, razor-report and"
- elog "razor-revoke in your mail system. If you are running Razor v1, the"
- elog "change will be transparent, new versions of razor agents will overwrite"
- elog "the old ones. You would still need to plugin razor-revoke in your MUA,"
- elog "since it's a new addition in Razor v2. If you are not running Razor v1,"
- elog "refer to manpages of razor-check(1), razor-report(1), and"
- elog "razor-revoke(1) for integration instructions."
- elog
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2018-11-14 22:00 Pacho Ramos
0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2018-11-14 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 72b08aa244e2084f44740b063f9df3d05dd5361d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 14 21:57:44 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov 14 21:59:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b08aa2
mail-filter/razor: rekeyword as previous revision
as this simply fixes the installation of the man pages that were previously
broken and this also allows to re-enable amavid-new support
Bug: https://bugs.gentoo.org/648204
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
mail-filter/razor/razor-2.85-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-filter/razor/razor-2.85-r3.ebuild b/mail-filter/razor/razor-2.85-r3.ebuild
index 19e5558ab55..965f5c3a51b 100644
--- a/mail-filter/razor/razor-2.85-r3.ebuild
+++ b/mail-filter/razor/razor-2.85-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 hppa ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
RDEPEND="
dev-perl/URI
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2019-06-01 14:29 Michał Górny
0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2019-06-01 14:29 UTC (permalink / raw
To: gentoo-commits
commit: a380ad00ccaf3641637f4cc43ec51c9676ff9a97
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 1 14:28:05 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 14:29:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a380ad00
mail-filter/razor: Comment out confusing upstream maint entry
Mark the package maintainer-needed. Leave the upstream CC request
commented out so that the future maintainer could restore it.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
mail-filter/razor/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mail-filter/razor/metadata.xml b/mail-filter/razor/metadata.xml
index 87d0d3103c3..a6561e30cdf 100644
--- a/mail-filter/razor/metadata.xml
+++ b/mail-filter/razor/metadata.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
+ <!-- future maintainer: please uncomment the following contact:
<maintainer type="person">
<email>razor-admin@cloudmark.com</email>
<description>
@@ -9,6 +11,7 @@
upstream care.
</description>
</maintainer>
+ -->
<upstream>
<remote-id type="sourceforge">razor</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2020-05-25 9:36 Sergei Trofimovich
0 siblings, 0 replies; 10+ messages in thread
From: Sergei Trofimovich @ 2020-05-25 9:36 UTC (permalink / raw
To: gentoo-commits
commit: b1b49d96f9ec00578f9d96aa0d154e641b252201
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 09:32:06 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon May 25 09:32:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b49d96
mail-filter/razor: stable 2.85-r3 for ppc, bug #721534
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
mail-filter/razor/razor-2.85-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-filter/razor/razor-2.85-r3.ebuild b/mail-filter/razor/razor-2.85-r3.ebuild
index 965f5c3a51b..f69dfd96977 100644
--- a/mail-filter/razor/razor-2.85-r3.ebuild
+++ b/mail-filter/razor/razor-2.85-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
RDEPEND="
dev-perl/URI
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2021-01-06 13:50 Fabian Groffen
0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen @ 2021-01-06 13:50 UTC (permalink / raw
To: gentoo-commits
commit: 52936a434434beae5c335e7ce49a0bc08583cacc
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 13:50:16 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 13:50:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52936a43
mail-filter/razor: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
mail-filter/razor/razor-2.85-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail-filter/razor/razor-2.85-r3.ebuild b/mail-filter/razor/razor-2.85-r3.ebuild
index 25a70af6703..d32ddaffbd5 100644
--- a/mail-filter/razor/razor-2.85-r3.ebuild
+++ b/mail-filter/razor/razor-2.85-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
RDEPEND="
dev-perl/URI
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2022-07-02 21:50 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-07-02 21:50 UTC (permalink / raw
To: gentoo-commits
commit: d045f8a949a2001a23aa9f2c76ad17a71c113b54
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 21:39:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 21:49:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d045f8a9
mail-filter/razor: update EAPI 6->8
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../razor/{razor-2.85-r3.ebuild => razor-2.85-r4.ebuild} | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/mail-filter/razor/razor-2.85-r3.ebuild b/mail-filter/razor/razor-2.85-r4.ebuild
similarity index 96%
rename from mail-filter/razor/razor-2.85-r3.ebuild
rename to mail-filter/razor/razor-2.85-r4.ebuild
index d32ddaffbd55..7710577cc0e8 100644
--- a/mail-filter/razor/razor-2.85-r3.ebuild
+++ b/mail-filter/razor/razor-2.85-r4.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
+DIST_TEST="do parallel"
inherit perl-module readme.gentoo-r1
MY_PN="razor-agents"
@@ -10,6 +12,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Distributed, collaborative spam detection and filtering network"
HOMEPAGE="http://razor.sourceforge.net/"
SRC_URI="mirror://sourceforge/razor/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
LICENSE="Artistic"
SLOT="0"
@@ -23,7 +26,6 @@ RDEPEND="
dev-perl/Digest-Nilsimsa
|| ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
"
-DEPEND=""
PATCHES=(
"${FILESDIR}/${PN}-2.85-use-sha-not-sha1.patch"
@@ -31,10 +33,6 @@ PATCHES=(
"${FILESDIR}/${PN}-2.85-makefile-quoting-fix.patch"
)
-S="${WORKDIR}/${MY_P}"
-
-SRC_TEST="do parallel"
-
DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Run 'razor-admin -create' to create a default config file in your
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2023-06-28 7:50 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-06-28 7:50 UTC (permalink / raw
To: gentoo-commits
commit: 4833936ce1d30c33fc930d6bd39a16d172afa357
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:46:05 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:50:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4833936c
mail-filter/razor: add missing selinux policy dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/razor/razor-2.85-r4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mail-filter/razor/razor-2.85-r4.ebuild b/mail-filter/razor/razor-2.85-r4.ebuild
index 7710577cc0e8..517bda0821f8 100644
--- a/mail-filter/razor/razor-2.85-r4.ebuild
+++ b/mail-filter/razor/razor-2.85-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,6 +17,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+IUSE="selinux"
RDEPEND="
dev-perl/URI
@@ -25,6 +26,7 @@ RDEPEND="
virtual/perl-Time-HiRes
dev-perl/Digest-Nilsimsa
|| ( virtual/perl-Digest-SHA dev-perl/Digest-SHA1 )
+ selinux? ( sec-policy/selinux-razor )
"
PATCHES=(
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/
@ 2023-12-14 4:13 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-12-14 4:13 UTC (permalink / raw
To: gentoo-commits
commit: 663baab7433a991ec020680b4fde26e5d0cd0bd0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 04:13:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 04:13:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663baab7
mail-filter/razor: Keyword 2.85-r4 arm64, #919747
Signed-off-by: Sam James <sam <AT> gentoo.org>
mail-filter/razor/razor-2.85-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail-filter/razor/razor-2.85-r4.ebuild b/mail-filter/razor/razor-2.85-r4.ebuild
index 517bda0821f8..83a19b2739c6 100644
--- a/mail-filter/razor/razor-2.85-r4.ebuild
+++ b/mail-filter/razor/razor-2.85-r4.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="selinux"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2023-12-14 4:13 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28 7:50 [gentoo-commits] repo/gentoo:master commit in: mail-filter/razor/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-12-14 4:13 Sam James
2022-07-02 21:50 Sam James
2021-01-06 13:50 Fabian Groffen
2020-05-25 9:36 Sergei Trofimovich
2019-06-01 14:29 Michał Górny
2018-11-14 22:00 Pacho Ramos
2018-11-12 21:47 Pacho Ramos
2018-08-21 19:54 Michał Górny
2017-07-30 17:54 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox