diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 07:30:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 07:30:37 +0000 |
commit | 435e20e5665857de80b7638436e0dc3602af686f (patch) | |
tree | 4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-text/keepnote | |
parent | version bump (diff) | |
download | gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.gz gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.bz2 gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.zip |
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-text/keepnote')
-rw-r--r-- | app-text/keepnote/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/keepnote/keepnote-0.7.9-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/keepnote/ChangeLog b/app-text/keepnote/ChangeLog index eb0e2a4625ed..01f02dd59ca0 100644 --- a/app-text/keepnote/ChangeLog +++ b/app-text/keepnote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/keepnote -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.15 2014/12/31 16:08:36 kensington Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/ChangeLog,v 1.16 2015/04/08 07:30:30 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> keepnote-0.7.9-r2.ebuild: + Remove old Python implementations 31 Dec 2014; Michael Palimaka <kensington@gentoo.org> -keepnote-0.7.8-r1.ebuild: diff --git a/app-text/keepnote/keepnote-0.7.9-r2.ebuild b/app-text/keepnote/keepnote-0.7.9-r2.ebuild index 5af6213f9192..3a6f1886c34d 100644 --- a/app-text/keepnote/keepnote-0.7.9-r2.ebuild +++ b/app-text/keepnote/keepnote-0.7.9-r2.ebuild @@ -1,10 +1,10 @@ -# 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/app-text/keepnote/keepnote-0.7.9-r2.ebuild,v 1.6 2014/07/04 22:18:11 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/keepnote/keepnote-0.7.9-r2.ebuild,v 1.7 2015/04/08 07:30:30 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite,xml" inherit gnome2-utils distutils-r1 |