app-misc/mswinurl_launcher: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 06:48:14 +0000 (08:48 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:20:10 +0000 (13:20 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild

index 43d36e4d98e7cbba72cd57be01c482162a395430..2faf9f6a54d67af75d3ba36bb447213b880a4ec5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,14 +12,16 @@ DESCRIPTION="Launcher and desktop association for MS Windows *.URL (text/x-uri)
 HOMEPAGE="https://gist.github.com/endolith/77635"
 SRC_URI="https://gist.github.com/endolith/${GIST_STRING/-//archive/}.tar.gz -> ${P}.tar.gz"
 
-RESTRICT="mirror"
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="mirror"
 
-DEPEND="dev-util/desktop-file-utils"
 RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+       dev-util/desktop-file-utils"
 
 S="${WORKDIR}"/$GIST_STRING