diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 18:59:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:54:07 +0100 |
commit | 147344af976d6afc814b74f5f76860749cffc090 (patch) | |
tree | 4daf7bc81701e8d6553cbc2f9f70cd56636aa93e /dev-dotnet | |
parent | dev-dotnet/dbus-sharp: eutils->epatch (diff) | |
download | gentoo-147344af976d6afc814b74f5f76860749cffc090.tar.gz gentoo-147344af976d6afc814b74f5f76860749cffc090.tar.bz2 gentoo-147344af976d6afc814b74f5f76860749cffc090.zip |
dev-dotnet/monocalendar: eutils->wrapper
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild index 4837debd2b9f..1016dc62c9be 100644 --- a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild +++ b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils mono +inherit wrapper mono DESCRIPTION="iCal clone for .NET" HOMEPAGE="http://www.monocalendar.com/" |