diff options
Diffstat (limited to 'net-im/profanity/profanity-0.14.0-r2.ebuild')
-rw-r--r-- | net-im/profanity/profanity-0.14.0-r2.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net-im/profanity/profanity-0.14.0-r2.ebuild b/net-im/profanity/profanity-0.14.0-r2.ebuild index 7dbb1f1b992a..3426b20cecea 100644 --- a/net-im/profanity/profanity-0.14.0-r2.ebuild +++ b/net-im/profanity/profanity-0.14.0-r2.ebuild @@ -9,13 +9,13 @@ inherit python-single-r1 DESCRIPTION="A console based XMPP client inspired by Irssi" HOMEPAGE="https://profanity-im.github.io" SRC_URI=" - https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz - https://github.com/profanity-im/profanity/commit/122434a.patch - -> ${PN}-0.14.0-ox-carbons.patch - https://github.com/profanity-im/profanity/commit/2ed6211c.patch - -> ${PN}-0.14.0-xscreensaver.patch - https://github.com/profanity-im/profanity/commit/b8817470.patch - -> ${PN}-0.14.0-plugins-install.patch + https://github.com/profanity-im/profanity/releases/download/${PV}/${P}.tar.gz + https://github.com/profanity-im/profanity/commit/122434a.patch + -> ${PN}-0.14.0-ox-carbons.patch + https://github.com/profanity-im/profanity/commit/2ed6211c.patch + -> ${PN}-0.14.0-xscreensaver.patch + https://github.com/profanity-im/profanity/commit/b8817470.patch + -> ${PN}-0.14.0-plugins-install.patch " LICENSE="GPL-3" @@ -56,11 +56,11 @@ RDEPEND=" DEPEND=" ${RDEPEND} test? ( dev-util/cmocka ) - python? ( - $(python_gen_cond_dep ' - dev-python/cython[${PYTHON_USEDEP}] - ') - ) + python? ( + $(python_gen_cond_dep ' + dev-python/cython[${PYTHON_USEDEP}] + ') + ) " PATCHES=( |