diff options
author | 2012-01-15 22:05:05 +0000 | |
---|---|---|
committer | 2012-01-15 22:05:05 +0000 | |
commit | 0fe5420195a4b277110200e7f00859e310d1cac5 (patch) | |
tree | 5e977c841ac6a4726a09b159a26808665269348c /dev-python/logbook | |
parent | Improve HOMEPAGE. Patch by Arfrever. (diff) | |
download | historical-0fe5420195a4b277110200e7f00859e310d1cac5.tar.gz historical-0fe5420195a4b277110200e7f00859e310d1cac5.tar.bz2 historical-0fe5420195a4b277110200e7f00859e310d1cac5.zip |
Fix dependencies. Patch by Arfrever.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-python/logbook')
-rw-r--r-- | dev-python/logbook/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/logbook/logbook-0.3.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/logbook/ChangeLog b/dev-python/logbook/ChangeLog index 27fcba0bdbd8..408882e97c9c 100644 --- a/dev-python/logbook/ChangeLog +++ b/dev-python/logbook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/logbook # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.1 2012/01/11 23:50:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/ChangeLog,v 1.2 2012/01/15 22:05:05 hwoarang Exp $ + + 15 Jan 2012; Markos Chandras <hwoarang@gentoo.org> logbook-0.3.ebuild: + Fix dependencies. Patch by Arfrever. *logbook-0.3 (11 Jan 2012) diff --git a/dev-python/logbook/logbook-0.3.ebuild b/dev-python/logbook/logbook-0.3.ebuild index 6d34dd1337e6..e8823111abc4 100644 --- a/dev-python/logbook/logbook-0.3.ebuild +++ b/dev-python/logbook/logbook-0.3.ebuild @@ -1,10 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.3.ebuild,v 1.1 2012/01/11 23:50:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.3.ebuild,v 1.2 2012/01/15 22:05:05 hwoarang Exp $ EAPI=4 - -PYTHON_DEPEND="2:2.7 3" SUPPORT_PYTHON_ABIS="1" inherit distutils |