From 96a8e76aa521285942a9abe1a50bbc7bccfb5340 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 7 Feb 2017 17:47:31 +0100 Subject: app-mobilephone/gammu: Fix DEPEND/RDEPEND. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- app-mobilephone/gammu/gammu-1.36.8.ebuild | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'app-mobilephone') diff --git a/app-mobilephone/gammu/gammu-1.36.8.ebuild b/app-mobilephone/gammu/gammu-1.36.8.ebuild index 2db6755d7963..747522877bcb 100644 --- a/app-mobilephone/gammu/gammu-1.36.8.ebuild +++ b/app-mobilephone/gammu/gammu-1.36.8.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 # $Id$ @@ -15,19 +15,25 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="bluetooth curl dbi debug irda mysql nls postgres usb" -# TODO: figure out a way to disable gudev -RDEPEND="dev-libs/glib:2= +COMMON_DEPEND=" + dev-libs/glib:2= virtual/libgudev:= bluetooth? ( net-wireless/bluez:= ) curl? ( net-misc/curl:= ) dbi? ( >=dev-db/libdbi-0.8.3:= ) mysql? ( virtual/mysql:= ) - postgres? ( dev-db/postgresql:=[server] ) + postgres? ( dev-db/postgresql:= ) usb? ( virtual/libusb:1= ) - dev-util/dialog" -DEPEND="${RDEPEND} +" +DEPEND=" + ${COMMON_DEPEND} irda? ( virtual/os-headers ) - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) +" +RDEPEND=" + ${COMMON_DEPEND} + dev-util/dialog +" # sys-devel/gettext is needed for creating .mo files # Supported languages and translated documentation -- cgit v1.2.3