summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-11-05 20:39:24 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-11-05 20:39:24 +0000
commit95e99a8e21e45f3c174292e1a4180247b7417bd4 (patch)
tree005b68a0a03aaaf03814c3e28d589aa159fedde9 /net-analyzer/gr-fosphor
parentinitial commit (diff)
downloadgentoo-2-95e99a8e21e45f3c174292e1a4180247b7417bd4.tar.gz
gentoo-2-95e99a8e21e45f3c174292e1a4180247b7417bd4.tar.bz2
gentoo-2-95e99a8e21e45f3c174292e1a4180247b7417bd4.zip
Add gr-osmosdr to dependencies and enable glfw by default
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/gr-fosphor')
-rw-r--r--net-analyzer/gr-fosphor/ChangeLog6
-rw-r--r--net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/gr-fosphor/ChangeLog b/net-analyzer/gr-fosphor/ChangeLog
index 4639e8959f1a..a83924f4a498 100644
--- a/net-analyzer/gr-fosphor/ChangeLog
+++ b/net-analyzer/gr-fosphor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/gr-fosphor
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/ChangeLog,v 1.1 2013/11/05 16:22:01 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/ChangeLog,v 1.2 2013/11/05 20:39:24 chithanh Exp $
+
+ 05 Nov 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gr-fosphor-9999.ebuild:
+ Add gr-osmosdr to dependencies and enable glfw by default
*gr-fosphor-9999 (05 Nov 2013)
diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
index c30874da2627..a71d6484a201 100644
--- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
+++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild,v 1.1 2013/11/05 16:22:01 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild,v 1.2 2013/11/05 20:39:24 chithanh Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -22,7 +22,7 @@ fi
LICENSE="GPL-3+"
SLOT="0"
-IUSE="glfw qt4 wxwidgets"
+IUSE="+glfw qt4 wxwidgets"
RDEPEND="qt4? (
dev-qt/qtcore:4
@@ -30,6 +30,7 @@ RDEPEND="qt4? (
dev-qt/qtopengl:4
)
>=net-wireless/gnuradio-3.7_rc:0=[qt4?,wxwidgets?]
+ net-wireless/gr-osmosdr
glfw? ( >=media-libs/glfw-3 )
virtual/opencl
virtual/opengl