summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2014-04-29 01:24:56 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2014-04-29 01:24:56 +0000
commit3088a62e64fd721bf0b0b58deb948823310c8fc1 (patch)
treec1f50cf2b8baa8a91c40b48d2b366fe9f5ebce47 /net-misc/lcr
parentInitial import. (diff)
downloadgentoo-2-3088a62e64fd721bf0b0b58deb948823310c8fc1.tar.gz
gentoo-2-3088a62e64fd721bf0b0b58deb948823310c8fc1.tar.bz2
gentoo-2-3088a62e64fd721bf0b0b58deb948823310c8fc1.zip
We now have osmocombb in the tree.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'net-misc/lcr')
-rw-r--r--net-misc/lcr/ChangeLog5
-rw-r--r--net-misc/lcr/lcr-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/lcr/ChangeLog b/net-misc/lcr/ChangeLog
index 200b051ccb05..ea3e32154122 100644
--- a/net-misc/lcr/ChangeLog
+++ b/net-misc/lcr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/lcr
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/lcr/ChangeLog,v 1.2 2014/04/27 20:52:53 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/lcr/ChangeLog,v 1.3 2014/04/29 01:24:56 zx2c4 Exp $
+
+ 29 Apr 2014; Jason A. Donenfeld <zx2c4@gentoo.org> lcr-9999.ebuild:
+ We now have osmocombb in the tree.
27 Apr 2014; Jason A. Donenfeld <zx2c4@gentoo.org> lcr-9999.ebuild:
Fix deps.
diff --git a/net-misc/lcr/lcr-9999.ebuild b/net-misc/lcr/lcr-9999.ebuild
index 376cb6233341..c657561b3bce 100644
--- a/net-misc/lcr/lcr-9999.ebuild
+++ b/net-misc/lcr/lcr-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/lcr/lcr-9999.ebuild,v 1.2 2014/04/27 20:52:53 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/lcr/lcr-9999.ebuild,v 1.3 2014/04/29 01:24:56 zx2c4 Exp $
EAPI=5
@@ -21,8 +21,8 @@ DEPEND="
ssl? ( dev-libs/openssl )
gsm-bs? ( net-wireless/openbsc )
sip? ( net-libs/sofia-sip )
+ gsm-ms? ( net-wireless/osmocom-bb )
"
- #gsm-ms? ( net-wireless/osmobb )
#mdisn? ( net-misc/misdn )
RDEPEND="${DEPEND}"