summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild')
-rw-r--r--dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
index 4ac9d675a671..eabe5a5259a3 100644
--- a/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
+++ b/dev-perl/Lab-Zhinst/Lab-Zhinst-2.40.0.ebuild
@@ -3,16 +3,16 @@
EAPI=8
-inherit perl-module
-
if [[ "${PV}" != "9999" ]]; then
DIST_VERSION=2.04
DIST_AUTHOR=AMBA
+ inherit perl-module
+
KEYWORDS="~amd64"
else
EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Zhinst.git"
EGIT_BRANCH="master"
- inherit git-r3
+ inherit perl-module git-r3
fi
DESCRIPTION="Perl bindings to the LabOne API of Zurich Instruments"