diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:18:10 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:18:10 +0000 |
commit | 12f5d02220b4119508208b65fa1fd5d8d30f134f (patch) | |
tree | d32a260d2d32927c7882df37aa40f4cb234a7cf9 /dev-python/enable | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-12f5d02220b4119508208b65fa1fd5d8d30f134f.tar.gz gentoo-2-12f5d02220b4119508208b65fa1fd5d8d30f134f.tar.bz2 gentoo-2-12f5d02220b4119508208b65fa1fd5d8d30f134f.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/enable')
-rw-r--r-- | dev-python/enable/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/enable/enable-4.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/enable/ChangeLog b/dev-python/enable/ChangeLog index d2f078f06171..dfcac52f3063 100644 --- a/dev-python/enable/ChangeLog +++ b/dev-python/enable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/enable -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/ChangeLog,v 1.26 2014/12/28 19:23:07 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/ChangeLog,v 1.27 2015/03/06 22:18:10 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> enable-4.4.1.ebuild: + amd64 stable, bug 540290 28 Dec 2014; Mike Gilbert <floppym@gentoo.org> -enable-4.3.0.ebuild: Remove old. diff --git a/dev-python/enable/enable-4.4.1.ebuild b/dev-python/enable/enable-4.4.1.ebuild index d58ebbdc94f0..34196afe666d 100644 --- a/dev-python/enable/enable-4.4.1.ebuild +++ b/dev-python/enable/enable-4.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-4.4.1.ebuild,v 1.1 2014/11/14 13:43:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-4.4.1.ebuild,v 1.2 2015/03/06 22:18:10 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ SRC_URI="https://github.com/enthought/${PN}/archive/${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" DISTUTILS_IN_SOURCE_BUILD=1 |