diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:57:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:03:47 +0100 |
commit | 19ba0d05324df4c3bd59407119ad5f385bfee307 (patch) | |
tree | 10e807a8527986c970f5671ffa306be1fda0c56e /sci-electronics | |
parent | sci-chemistry/rasmol: eutils->epatch (diff) | |
download | gentoo-19ba0d05324df4c3bd59407119ad5f385bfee307.tar.gz gentoo-19ba0d05324df4c3bd59407119ad5f385bfee307.tar.bz2 gentoo-19ba0d05324df4c3bd59407119ad5f385bfee307.zip |
sci-electronics/drawtiming: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild b/sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild index 3a210ac6008f..5982ce19dcd1 100644 --- a/sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild +++ b/sci-electronics/drawtiming/drawtiming-0.7.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Command line tool for drawing timing diagrams" HOMEPAGE="http://drawtiming.sourceforge.net/index.html" |