aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 01:36:36 +0000
committerSam James <sam@gentoo.org>2022-07-20 01:36:36 +0000
commit4e5a39f93118e48a9974bd202c2b19c94714e34e (patch)
treef5f13c9fe17efc064fe66968236431b3663211b2
parentdev-dotnet/system-web-webpages: inherit versionator (diff)
downloaddotnet-4e5a39f93118e48a9974bd202c2b19c94714e34e.tar.gz
dotnet-4e5a39f93118e48a9974bd202c2b19c94714e34e.tar.bz2
dotnet-4e5a39f93118e48a9974bd202c2b19c94714e34e.zip
dev-dotnet/commandlineparser: inherit versionator
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-dotnet/commandlineparser/commandlineparser-0.6.0_p20160115.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-dotnet/commandlineparser/commandlineparser-0.6.0_p20160115.ebuild b/dev-dotnet/commandlineparser/commandlineparser-0.6.0_p20160115.ebuild
index a960191..e27983c 100644
--- a/dev-dotnet/commandlineparser/commandlineparser-0.6.0_p20160115.ebuild
+++ b/dev-dotnet/commandlineparser/commandlineparser-0.6.0_p20160115.ebuild
@@ -2,6 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6 # >=portage-2.2.25
+
+inherit versionator
+
KEYWORDS="~amd64 ~x86"
USE_DOTNET="net45"
@@ -13,7 +16,7 @@ USE_DOTNET="net45"
# pkg-config = register in pkg-config database
IUSE="${USE_DOTNET} debug test +developer +aot +nupkg +gac +pkg-config"
-inherit gac nupkg
+inherit gac nupkg versionator
HOMEPAGE="https://github.com/mgrosperrin/commandlineparser/releases"
DESCRIPTION="command line parser on System.ComponentModel.DataAnnotations"