diff options
author | Joshua Kinard <kumba@gentoo.org> | 2021-06-20 19:33:40 -0400 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2021-06-20 19:33:40 -0400 |
commit | b710266473145644ef29e96248e974af90ffce22 (patch) | |
tree | 224fc4fed96bc36d6009c2d96c7e052c785ef326 /mail-mta/notqmail | |
parent | dev-python/pyproject2setuppy: Remove old (diff) | |
download | gentoo-b710266473145644ef29e96248e974af90ffce22.tar.gz gentoo-b710266473145644ef29e96248e974af90ffce22.tar.bz2 gentoo-b710266473145644ef29e96248e974af90ffce22.zip |
mail-mta/notqmail: Added ~mips to KEYWORDS
Bug: https://bugs.gentoo.org/727256
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Diffstat (limited to 'mail-mta/notqmail')
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/notqmail/notqmail-1.08-r3.ebuild b/mail-mta/notqmail/notqmail-1.08-r3.ebuild index e2dc2632e8d4..2e22ea16b1dd 100644 --- a/mail-mta/notqmail/notqmail-1.08-r3.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r3.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/notqmail/notqmail.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" SRC_URI="https://github.com/notqmail/notqmail/releases/download/${P}/${P}.tar.xz" fi |