summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-16 20:20:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-16 20:21:53 +0200
commit776db017e0df163f1bbb589bfef2f2ee5e63f565 (patch)
tree6cb951b537cbbd3dbd0008fbd9ca6234ba66c3e9 /media-sound/jack2
parentmedia-video/ffmpeg: https (diff)
downloadgentoo-776db017e0df163f1bbb589bfef2f2ee5e63f565.tar.gz
gentoo-776db017e0df163f1bbb589bfef2f2ee5e63f565.tar.bz2
gentoo-776db017e0df163f1bbb589bfef2f2ee5e63f565.zip
media-sound/jack2: Drop duplicate KEYWORDS
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-sound/jack2')
-rw-r--r--media-sound/jack2/jack2-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/jack2/jack2-9999.ebuild b/media-sound/jack2/jack2-9999.ebuild
index 5295a98e976e..ce2bf29ff08b 100644
--- a/media-sound/jack2/jack2-9999.ebuild
+++ b/media-sound/jack2/jack2-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads(+)"
@@ -13,7 +13,6 @@ HOMEPAGE="http://jackaudio.org/"
if [[ "${PV}" = "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/jackaudio/${PN}.git"
- KEYWORDS=""
else
MY_PV="${PV/_rc/-RC}"
MY_P="${PN}-${MY_PV}"