summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-firmware/bluez-firmware/ChangeLog7
-rw-r--r--sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild4
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-firmware/bluez-firmware/ChangeLog b/sys-firmware/bluez-firmware/ChangeLog
index b0b14f811e09..42b79fbde454 100644
--- a/sys-firmware/bluez-firmware/ChangeLog
+++ b/sys-firmware/bluez-firmware/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-firmware/bluez-firmware
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/bluez-firmware/ChangeLog,v 1.1 2013/02/12 15:58:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/bluez-firmware/ChangeLog,v 1.2 2013/02/12 16:31:10 ssuominen Exp $
+
+ 12 Feb 2013; Samuli Suominen <ssuominen@gentoo.org>
+ bluez-firmware-1.2.ebuild:
+ RESTRICT="mirror" since the license doesn't explicitely grand us
+ authorization to redistribute.
12 Feb 2013; Samuli Suominen <ssuominen@gentoo.org>
+bluez-firmware-1.2.ebuild, +metadata.xml:
diff --git a/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild b/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild
index fd471cfe0f51..2bd59d689824 100644
--- a/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild
+++ b/sys-firmware/bluez-firmware/bluez-firmware-1.2.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/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild,v 1.1 2013/02/12 15:58:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/bluez-firmware/bluez-firmware-1.2.ebuild,v 1.2 2013/02/12 16:31:10 ssuominen Exp $
EAPI=5
@@ -8,6 +8,8 @@ DESCRIPTION="Firmware for Broadcom BCM203x and STLC2300 Bluetooth chips."
HOMEPAGE="http://bluez.sourceforge.net/"
SRC_URI="http://bluez.sourceforge.net/download/${P}.tar.gz"
+RESTRICT="mirror"
+
LICENSE="bluez-firmware"
SLOT="0"
KEYWORDS="amd64 hppa ppc x86"