diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:19:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:19:49 +0000 |
commit | f218130cc650dea099197a3b54919216e57c597c (patch) | |
tree | b41788bd9cc41e673d5f07307dae5bfe5626b5af /dev-python/figleaf | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-f218130cc650dea099197a3b54919216e57c597c.tar.gz gentoo-2-f218130cc650dea099197a3b54919216e57c597c.tar.bz2 gentoo-2-f218130cc650dea099197a3b54919216e57c597c.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/figleaf')
-rw-r--r-- | dev-python/figleaf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/figleaf/figleaf-0.6.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/figleaf/ChangeLog b/dev-python/figleaf/ChangeLog index aa76732f44a0..77d8c1097b9d 100644 --- a/dev-python/figleaf/ChangeLog +++ b/dev-python/figleaf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/figleaf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v 1.3 2014/12/30 06:19:49 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/ChangeLog,v 1.4 2015/03/06 22:19:49 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> figleaf-0.6.1-r1.ebuild: + amd64 stable, bug 540290 *figleaf-0.6.1-r1 (30 Dec 2014) diff --git a/dev-python/figleaf/figleaf-0.6.1-r1.ebuild b/dev-python/figleaf/figleaf-0.6.1-r1.ebuild index dad653121bff..eeae1f360d34 100644 --- a/dev-python/figleaf/figleaf-0.6.1-r1.ebuild +++ b/dev-python/figleaf/figleaf-0.6.1-r1.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/figleaf/figleaf-0.6.1-r1.ebuild,v 1.1 2014/12/30 06:19:49 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/figleaf/figleaf-0.6.1-r1.ebuild,v 1.2 2015/03/06 22:19:49 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://darcs.idyll.org/~t/projects/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |