diff options
author | 2013-03-26 09:38:45 +0000 | |
---|---|---|
committer | 2013-03-26 09:38:45 +0000 | |
commit | 0f85b2948aca494aeff87ae27337c11ac8433547 (patch) | |
tree | e411d7e4555fec2c00b29269266f7e69b9b173a0 /dev-python/twill | |
parent | Remove old (diff) | |
download | gentoo-2-0f85b2948aca494aeff87ae27337c11ac8433547.tar.gz gentoo-2-0f85b2948aca494aeff87ae27337c11ac8433547.tar.bz2 gentoo-2-0f85b2948aca494aeff87ae27337c11ac8433547.zip |
Add ~arm keyword, wrt bug #458248
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-python/twill')
-rw-r--r-- | dev-python/twill/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twill/twill-0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/twill/ChangeLog b/dev-python/twill/ChangeLog index 33e256a97739..00eb9d199d93 100644 --- a/dev-python/twill/ChangeLog +++ b/dev-python/twill/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twill -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.9 2012/02/01 22:02:32 ranger Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.10 2013/03/26 09:38:45 pinkbyte Exp $ + + 26 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> twill-0.9.ebuild: + Add ~arm keyword, wrt bug #458248 01 Feb 2012; Brent Baude <ranger@gentoo.org> twill-0.9.ebuild: Marking twill-0.9 ppc for bug 386727 diff --git a/dev-python/twill/twill-0.9.ebuild b/dev-python/twill/twill-0.9.ebuild index e444db58a320..15ac16889f71 100644 --- a/dev-python/twill/twill-0.9.ebuild +++ b/dev-python/twill/twill-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9.ebuild,v 1.6 2012/02/01 22:02:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9.ebuild,v 1.7 2013/03/26 09:38:45 pinkbyte Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="doc" S="${WORKDIR}/${MY_P}" |