diff options
author | Thomas Kahle <tomka@gentoo.org> | 2015-06-24 11:15:22 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2015-06-24 11:15:22 +0000 |
commit | 9a658a1cd321b62ebbb423f2122df97edb7ef18e (patch) | |
tree | 4a7131b1458cbdb2e1b53a73685d56ebd9c838aa /app-portage | |
parent | adjust paths in libvirt-guests.sh (fixed in 1.2.16-r2 only) (diff) | |
download | gentoo-2-9a658a1cd321b62ebbb423f2122df97edb7ef18e.tar.gz gentoo-2-9a658a1cd321b62ebbb423f2122df97edb7ef18e.tar.bz2 gentoo-2-9a658a1cd321b62ebbb423f2122df97edb7ef18e.zip |
bump to 0.3, python-3 supported (hopefully)
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/tatt/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/tatt/tatt-0.3.ebuild (renamed from app-portage/tatt/tatt-0.2.ebuild) | 4 | ||||
-rw-r--r-- | app-portage/tatt/tatt-9999.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-portage/tatt/ChangeLog b/app-portage/tatt/ChangeLog index bd72b714adc2..59bcf48082ef 100644 --- a/app-portage/tatt/ChangeLog +++ b/app-portage/tatt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-portage/tatt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.12 2015/06/06 15:46:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.13 2015/06/24 11:15:22 tomka Exp $ + +*tatt-0.3 (24 Jun 2015) + + 24 Jun 2015; Thomas Kahle <tomka@gentoo.org> +tatt-0.3.ebuild, + -tatt-0.2.ebuild, tatt-9999.ebuild: + bump to 0.3, python-3 supported (hopefully) 06 Jun 2015; Justin Lecher <jlec@gentoo.org> tatt-0.2.ebuild, tatt-9999.ebuild: diff --git a/app-portage/tatt/tatt-0.2.ebuild b/app-portage/tatt/tatt-0.3.ebuild index bdac9143520b..22e6506b96f6 100644 --- a/app-portage/tatt/tatt-0.2.ebuild +++ b/app-portage/tatt/tatt-0.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v 1.3 2015/06/06 15:46:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.3.ebuild,v 1.1 2015/06/24 11:15:22 tomka Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index b25c95ded1f2..e62f2eeb9d07 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v 1.10 2015/06/06 15:46:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-9999.ebuild,v 1.11 2015/06/24 11:15:22 tomka Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 git-r3 |