diff options
-rw-r--r-- | app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild b/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild index 43d36e4d98e7..2faf9f6a54d6 100644 --- a/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild +++ b/app-misc/mswinurl_launcher/mswinurl_launcher-1.0.ebuild @@ -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 |