diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-19 18:20:55 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-03-19 18:20:55 +0000 |
commit | 7f35d612624cd3c09a2ef6a4aaf66d0406534bd4 (patch) | |
tree | fc7e3b47fec52467ef00888aba6e1778088e93c2 /dev-python/cliff | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | gentoo-2-7f35d612624cd3c09a2ef6a4aaf66d0406534bd4.tar.gz gentoo-2-7f35d612624cd3c09a2ef6a4aaf66d0406534bd4.tar.bz2 gentoo-2-7f35d612624cd3c09a2ef6a4aaf66d0406534bd4.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/cliff')
-rw-r--r-- | dev-python/cliff/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/cliff/cliff-1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/cliff/ChangeLog b/dev-python/cliff/ChangeLog index 0e9c97f1ce61..9c2bcc835a17 100644 --- a/dev-python/cliff/ChangeLog +++ b/dev-python/cliff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cliff -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.7 2013/10/23 03:23:26 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.8 2014/03/19 18:20:55 bicatali Exp $ + + 19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> cliff-1.4.ebuild: + Keyword amd64-linux and x86-linux *cliff-1.4.5 (23 Oct 2013) diff --git a/dev-python/cliff/cliff-1.4.ebuild b/dev-python/cliff/cliff-1.4.ebuild index 885d70a1cb51..ca53d23e2ad6 100644 --- a/dev-python/cliff/cliff-1.4.ebuild +++ b/dev-python/cliff/cliff-1.4.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/dev-python/cliff/cliff-1.4.ebuild,v 1.4 2013/10/13 08:38:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.4.ebuild,v 1.5 2014/03/19 18:20:55 bicatali Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}] |