diff options
author | Thomas Kahle <thomas.kahle@jpberlin.de> | 2015-06-24 13:15:08 +0200 |
---|---|---|
committer | Thomas Kahle <thomas.kahle@jpberlin.de> | 2015-06-24 13:15:08 +0200 |
commit | 9231cc6957c36f1501e23d8b915cd4cdf78083a5 (patch) | |
tree | 313bd6304bd9f652bb2a541f35f3fb9e6eae0828 | |
parent | Fix one more string decoding for python3 (diff) | |
download | tatt-9231cc6957c36f1501e23d8b915cd4cdf78083a5.tar.gz tatt-9231cc6957c36f1501e23d8b915cd4cdf78083a5.tar.bz2 tatt-9231cc6957c36f1501e23d8b915cd4cdf78083a5.zip |
ebuild bumped to 0.3v0.3
-rw-r--r-- | tatt-0.3.ebuild (renamed from tatt-0.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tatt-0.2.ebuild b/tatt-0.3.ebuild index f912204..d9a00be 100644 --- a/tatt-0.2.ebuild +++ b/tatt-0.3.ebuild @@ -1,6 +1,6 @@ # 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.2 2015/01/07 14:17:58 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v 1.3 2015/06/06 15:46:30 jlec Exp $ EAPI=5 @@ -30,7 +30,7 @@ python_install_all() { distutils-r1_python_install_all if use templates; then insinto "/usr/share/${PN}" - doins -r templates || die + doins -r templates fi doman tatt.1 doman tatt.5 |