diff options
author | Thomas Kahle <tomka@gentoo.org> | 2015-01-07 14:17:58 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2015-01-07 14:17:58 +0000 |
commit | e75b40638063752a7f2d39d63c06bf791855291c (patch) | |
tree | 37b1599ec912483bb384e5c2bad39377221617e4 /app-portage | |
parent | bump to 0.2, remove old, fix python stuff (bug #533762) (diff) | |
download | gentoo-2-e75b40638063752a7f2d39d63c06bf791855291c.tar.gz gentoo-2-e75b40638063752a7f2d39d63c06bf791855291c.tar.bz2 gentoo-2-e75b40638063752a7f2d39d63c06bf791855291c.zip |
Install manpages also in non-live ebuild
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/tatt/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/tatt/tatt-0.2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-portage/tatt/ChangeLog b/app-portage/tatt/ChangeLog index 028cf17ce360..4686f8b1d1e0 100644 --- a/app-portage/tatt/ChangeLog +++ b/app-portage/tatt/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2015/01/07 14:16:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.10 2015/01/07 14:17:58 tomka Exp $ + + 07 Jan 2015; Thomas Kahle <tomka@gentoo.org> tatt-0.2.ebuild: + Install manpages also in non-live ebuild *tatt-0.2 (07 Jan 2015) diff --git a/app-portage/tatt/tatt-0.2.ebuild b/app-portage/tatt/tatt-0.2.ebuild index 66b29e073ef0..f9122041fab8 100644 --- a/app-portage/tatt/tatt-0.2.ebuild +++ b/app-portage/tatt/tatt-0.2.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.1 2015/01/07 14:16:39 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v 1.2 2015/01/07 14:17:58 tomka Exp $ EAPI=5 @@ -32,4 +32,6 @@ python_install_all() { insinto "/usr/share/${PN}" doins -r templates || die fi + doman tatt.1 + doman tatt.5 } |