Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media-gfx/ahoviewer: bump to 1.6.5 #10837

Closed
wants to merge 1 commit into from
Closed

media-gfx/ahoviewer: bump to 1.6.5 #10837

wants to merge 1 commit into from

Conversation

juippis
Copy link
Member

@juippis juippis commented Jan 15, 2019

Upstream requires --disable-ssl if gnutls is being used.

--- /usr/portage/media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild	2018-12-18 17:01:13.058565883 +0200
+++ ./ahoviewer-1.6.5.ebuild	2019-01-15 09:48:19.111786703 +0200
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -60,14 +60,20 @@
 
 src_configure() {
 	local myconf=(
-		$(use_enable gnutls)
 		$(use_enable gstreamer gst)
 		$(use_enable libsecret)
 		$(use_enable rar)
-		$(use_enable ssl)
 		$(use_enable zip)
 	)
 
+	if use ssl && use gnutls ; then
+		myconf+=( --disable-ssl --enable-gnutls )
+	elif use ssl && ! use gnutls ; then
+		myconf+=( --enable-ssl --disable-gnutls )
+	else
+		myconf+=( --disable-ssl --disable-gnutls )
+	fi
+
 	econf "${myconf[@]}"
 }

Package-Manager: Portage[mgorny]-2.3.51.1
Signed-off-by: Joonas Niilola <juippis@gmail.com>
@gentoo-bot
Copy link

Copyright policy change

Please note that on 2018-09-15 Trustees have approved new Gentoo copyright policy. All contributions made to Gentoo need to follow this policy. If you include the Signed-off-by line in your commit message, you indicate that you have read the policy and agree to its terms. For more detailed explanation, please see the new Gentoo copyright policy explained article.

Pull Request assignment

Submitter: @juippis
Areas affected: ebuilds
Packages affected: media-gfx/ahoviewer

media-gfx/ahoviewer: @juippis, @gentoo/proxy-maint

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else) assigned PR successfully assigned to the package maintainer(s). labels Jan 15, 2019
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2019-01-15 08:20 UTC
Newest commit scanned: 755b24f
Status: ✅ good

Issues already there before the PR (double-check them):
https://qa-reports.gentoo.org/output/gentoo-ci/bfd152c/output.html#net-wireless/gqrx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). self-maintained The PR changes only packages that are maintained by the submitter (i.e. no need to ask anybody else)
Projects
None yet
4 participants