diff options
author | charIes17 <charles17@arcor.de> | 2018-01-12 00:30:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-13 23:53:12 +0100 |
commit | 4110c2ea2246b87ed8fe0dfdd040b1d60891cbee (patch) | |
tree | dcbb4bd08ed130fd6de7761df75ba03e0bcf19b0 /dev-libs/libmowgli/libmowgli-9999.ebuild | |
parent | net-misc/curl: remove unused patch (diff) | |
download | gentoo-4110c2ea2246b87ed8fe0dfdd040b1d60891cbee.tar.gz gentoo-4110c2ea2246b87ed8fe0dfdd040b1d60891cbee.tar.bz2 gentoo-4110c2ea2246b87ed8fe0dfdd040b1d60891cbee.zip |
dev-libs/libmowgli: Bump to EAPI=6
Bug: https://bugs.gentoo.org/644264
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6835
Diffstat (limited to 'dev-libs/libmowgli/libmowgli-9999.ebuild')
-rw-r--r-- | dev-libs/libmowgli/libmowgli-9999.ebuild | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/dev-libs/libmowgli/libmowgli-9999.ebuild b/dev-libs/libmowgli/libmowgli-9999.ebuild index 5450f37c16c5..bae567fb341c 100644 --- a/dev-libs/libmowgli/libmowgli-9999.ebuild +++ b/dev-libs/libmowgli/libmowgli-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,18 +6,21 @@ EAPI=6 inherit git-r3 DESCRIPTION="Useful set of performance and usability-oriented extensions to C" -HOMEPAGE="http://atheme.org/projects/libmowgli.html" +HOMEPAGE="https://github.com/atheme/libmowgli-2" EGIT_REPO_URI="https://github.com/atheme/libmowgli-2.git" -IUSE="libressl ssl" LICENSE="BSD-2" SLOT="2" KEYWORDS="" -RDEPEND="ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) -)" +IUSE="libressl ssl" + +RDEPEND=" + ssl? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + )" DEPEND="${RDEPEND}" + DOCS=( AUTHORS README doc/BOOST doc/design-concepts.txt ) src_configure() { |