diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:47:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:01:05 +0100 |
commit | 9c66531d01dfffae4a12b551b854df8b8d0b78f6 (patch) | |
tree | 8d7413640cb14f150880ea4213aaa7dd1957ec70 /dev-lang/smlnj | |
parent | dev-lang/pcc: versionator-- (diff) | |
download | gentoo-9c66531d01dfffae4a12b551b854df8b8d0b78f6.tar.gz gentoo-9c66531d01dfffae4a12b551b854df8b8d0b78f6.tar.bz2 gentoo-9c66531d01dfffae4a12b551b854df8b8d0b78f6.zip |
dev-lang/smlnj: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/smlnj')
-rw-r--r-- | dev-lang/smlnj/smlnj-110.82.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/smlnj/smlnj-110.82.ebuild b/dev-lang/smlnj/smlnj-110.82.ebuild index 5d27434d3e35..3565c9baaa6d 100644 --- a/dev-lang/smlnj/smlnj-110.82.ebuild +++ b/dev-lang/smlnj/smlnj-110.82.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit eutils multilib toolchain-funcs +inherit epatch multilib toolchain-funcs DESCRIPTION="Standard ML of New Jersey compiler and libraries" HOMEPAGE="http://www.smlnj.org" |