Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/
Date: Thu, 13 Oct 2016 16:06:33
Message-Id: 1476374780.23280c98a3f538da38e27c463a6d604f5e79bad6.grobian@gentoo
1 commit: 23280c98a3f538da38e27c463a6d604f5e79bad6
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 13 16:02:17 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 16:06:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23280c98
7
8 mail-client/mutt: drop unstable keywords from oldest ebuild
9
10 Package-Manager: portage-2.3.0
11
12 mail-client/mutt/mutt-1.5.23-r7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/mail-client/mutt/mutt-1.5.23-r7.ebuild b/mail-client/mutt/mutt-1.5.23-r7.ebuild
16 index da0cf15..5916079 100644
17 --- a/mail-client/mutt/mutt-1.5.23-r7.ebuild
18 +++ b/mail-client/mutt/mutt-1.5.23-r7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
26 IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet"
27 SLOT="0"
28 LICENSE="GPL-2"
29 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="ia64 sparc" # last stable
31 CDEPEND="
32 app-misc/mime-types
33 nls? ( virtual/libintl )