diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:38:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:11:03 +0000 |
commit | 962ffeee1f85995076fa01e130839b387e8726e3 (patch) | |
tree | f8e1c102a16479b6a201858cb211cb6bb4a5a14a /net-mail | |
parent | net-mail/qmailadmin: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-962ffeee1f85995076fa01e130839b387e8726e3.tar.gz gentoo-962ffeee1f85995076fa01e130839b387e8726e3.tar.bz2 gentoo-962ffeee1f85995076fa01e130839b387e8726e3.zip |
net-mail/queue-fix: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild b/net-mail/queue-fix/queue-fix-1.4-r3.ebuild index 01ae38b12b08..9ca616c75b14 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r3.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-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=7 @@ -12,7 +12,7 @@ SRC_URI="http://www.netmeridian.com/e-huss/${P}.tar.gz LICENSE="all-rights-reserved public-domain" # includes code from qmail SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~s390 sparc x86" RESTRICT="mirror bindist" PDEPEND="virtual/qmail" |