diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 19:22:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:49 +0100 |
commit | d5343d7431ddfd7240ec50b2916477c60e63c7ed (patch) | |
tree | 66248c4131ad5ca89c1dc5be6214c311ee0274bd /app-text/tkman | |
parent | app-text/talkfilters: eutils->epatch (diff) | |
download | gentoo-d5343d7431ddfd7240ec50b2916477c60e63c7ed.tar.gz gentoo-d5343d7431ddfd7240ec50b2916477c60e63c7ed.tar.bz2 gentoo-d5343d7431ddfd7240ec50b2916477c60e63c7ed.zip |
app-text/tkman: eutils->{desktop, epatch}
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/tkman')
-rw-r--r-- | app-text/tkman/tkman-2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/tkman/tkman-2.2-r1.ebuild b/app-text/tkman/tkman-2.2-r1.ebuild index 4e21e88ebb46..818ec72240da 100644 --- a/app-text/tkman/tkman-2.2-r1.ebuild +++ b/app-text/tkman/tkman-2.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit desktop epatch DESCRIPTION="TkMan man and info page browser" HOMEPAGE="http://tkman.sourceforge.net/" |