diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-02-07 17:47:31 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-02-07 17:58:14 +0100 |
commit | 96a8e76aa521285942a9abe1a50bbc7bccfb5340 (patch) | |
tree | c4bd60a3a0b4b69514a038beafba4ea32603067c /app-mobilephone | |
parent | sys-apps/ifplugd: Stable for HPPA (bug #604222). (diff) | |
download | gentoo-96a8e76aa521285942a9abe1a50bbc7bccfb5340.tar.gz gentoo-96a8e76aa521285942a9abe1a50bbc7bccfb5340.tar.bz2 gentoo-96a8e76aa521285942a9abe1a50bbc7bccfb5340.zip |
app-mobilephone/gammu: Fix DEPEND/RDEPEND.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gammu/gammu-1.36.8.ebuild | 20 |
1 files changed, 13 insertions, 7 deletions
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 |