media-sound/jack2: Drop duplicate KEYWORDS
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 18:20:02 +0000 (20:20 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 18:21:53 +0000 (20:21 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

media-sound/jack2/jack2-9999.ebuild

index 5295a98e976eab1304cc9b57c2c5940e59824129..ce2bf29ff08bafd0dfbfe1a17cc9f399a15f8c85 100644 (file)
@@ -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}"