diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:37:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:00 +0100 |
commit | edc77a6c003c3564e07622deada4ece36ca4ca87 (patch) | |
tree | 5eb5f144bc804407e6618b6165f6484eba374098 /app-editors/amyedit | |
parent | app-doc/psmark: eutils->epatch (diff) | |
download | gentoo-edc77a6c003c3564e07622deada4ece36ca4ca87.tar.gz gentoo-edc77a6c003c3564e07622deada4ece36ca4ca87.tar.bz2 gentoo-edc77a6c003c3564e07622deada4ece36ca4ca87.zip |
app-editors/amyedit: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/amyedit')
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/amyedit/amyedit-1.0-r3.ebuild b/app-editors/amyedit/amyedit-1.0-r3.ebuild index 5a41b9a271c3..eefaf494464f 100644 --- a/app-editors/amyedit/amyedit-1.0-r3.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils flag-o-matic +inherit autotools epatch flag-o-matic DESCRIPTION=" AmyEdit is a LaTeX editor" HOMEPAGE="http://amyedit.sf.net" |