commit:     378ae86f360a85b15e7d071d7298187c4a45cabc
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 09:33:50 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 09:50:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378ae86f

x11-misc/growl-for-linux: add libressl support

Package-Manager: portage-2.2.20.1

 ...growl-for-linux-0.6.7.ebuild => growl-for-linux-0.6.7-r1.ebuild} | 6 ++++--
 x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild               | 4 ++--
 x11-misc/growl-for-linux/growl-for-linux-9999.ebuild                | 6 ++++--
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild 
b/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild
similarity index 85%
copy from x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
copy to x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild
index c406ebe..69103e2 100644
--- a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
+++ b/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,12 +13,14 @@ SRC_URI="mirror://github/mattn/growl-for-linux/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
 
 RDEPEND="dev-db/sqlite:3
        dev-libs/dbus-glib
        dev-libs/glib:2
        dev-libs/libxml2
-       dev-libs/openssl
+       !libressl? ( dev-libs/openssl:0 )
+       libressl? ( dev-libs/libressl )
        net-misc/curl
        x11-libs/gtk+:2"
 DEPEND="${RDEPEND}

diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild 
b/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
index c406ebe..10f7e1e 100644
--- a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
+++ b/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ RDEPEND="dev-db/sqlite:3
        dev-libs/dbus-glib
        dev-libs/glib:2
        dev-libs/libxml2
-       dev-libs/openssl
+       dev-libs/openssl:0
        net-misc/curl
        x11-libs/gtk+:2"
 DEPEND="${RDEPEND}

diff --git a/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild 
b/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild
index 5787e8d..4d78169 100644
--- a/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild
+++ b/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,12 +14,14 @@ HOMEPAGE="https://mattn.github.com/growl-for-linux/";
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS=""
+IUSE="libressl"
 
 RDEPEND="dev-db/sqlite:3
        dev-libs/dbus-glib
        dev-libs/glib:2
        dev-libs/libxml2
-       dev-libs/openssl
+       !libressl? ( dev-libs/openssl:0 )
+       libressl? ( dev-libs/libressl )
        net-misc/curl
        x11-libs/gtk+:2"
 DEPEND="${RDEPEND}

Reply via email to