diff options
author | Tom Gall <tgall@gentoo.org> | 2014-08-03 06:14:05 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2014-08-03 06:14:05 +0000 |
commit | 21b3c921896b78bd9d7ad8a52f7b537d29f0bfed (patch) | |
tree | 8b77b84976df1752acd72707e62f45a7d6512449 /net-dialup/minicom/minicom-2.6.2-r1.ebuild | |
parent | arm64, initial support (diff) | |
download | gentoo-2-21b3c921896b78bd9d7ad8a52f7b537d29f0bfed.tar.gz gentoo-2-21b3c921896b78bd9d7ad8a52f7b537d29f0bfed.tar.bz2 gentoo-2-21b3c921896b78bd9d7ad8a52f7b537d29f0bfed.zip |
arm64, initial support
(Portage version: 2.2.8-r1/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Diffstat (limited to 'net-dialup/minicom/minicom-2.6.2-r1.ebuild')
-rw-r--r-- | net-dialup/minicom/minicom-2.6.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/minicom/minicom-2.6.2-r1.ebuild b/net-dialup/minicom/minicom-2.6.2-r1.ebuild index 11671fc9d923..1fc5a980ef0d 100644 --- a/net-dialup/minicom/minicom-2.6.2-r1.ebuild +++ b/net-dialup/minicom/minicom-2.6.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.6.2-r1.ebuild,v 1.1 2013/10/30 08:43:27 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.6.2-r1.ebuild,v 1.2 2014/08/03 06:14:05 tgall Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="nls" COMMON_DEPEND="sys-libs/ncurses" |