aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"