diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-06 16:44:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-06 16:44:14 +0000 |
commit | d55dcf48bd139c74193e177e57a984e454eb1519 (patch) | |
tree | 49ec099b9b244c19318551545e89cdc3455ba863 /dev-python/pyserial/pyserial-2.7-r1.ebuild | |
parent | Stable for ia64, wrt bug #530546 (diff) | |
download | gentoo-2-d55dcf48bd139c74193e177e57a984e454eb1519.tar.gz gentoo-2-d55dcf48bd139c74193e177e57a984e454eb1519.tar.bz2 gentoo-2-d55dcf48bd139c74193e177e57a984e454eb1519.zip |
Stable for ia64, wrt bug #530574
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pyserial/pyserial-2.7-r1.ebuild')
-rw-r--r-- | dev-python/pyserial/pyserial-2.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyserial/pyserial-2.7-r1.ebuild b/dev-python/pyserial/pyserial-2.7-r1.ebuild index 4bb20e0c201d..bf9aadfcaebe 100644 --- a/dev-python/pyserial/pyserial-2.7-r1.ebuild +++ b/dev-python/pyserial/pyserial-2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.7-r1.ebuild,v 1.6 2014/12/05 10:18:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyserial/pyserial-2.7-r1.ebuild,v 1.7 2014/12/06 16:44:14 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc examples" DEPEND=" |