summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2017-01-04 15:53:32 -0500
committerMike Frysinger <vapier@gentoo.org>2017-01-04 15:55:03 -0500
commit6e0904059e75cc2d1d982d205e6416acea6c7b3d (patch)
treeff3314c2bc73a18ab95eb3f2eef4d8bcfa8d4d98 /sys-libs/talloc/talloc-2.1.5.ebuild
parentdev-lang/rust: mask USE flags for stable (diff)
downloadgentoo-6e0904059e75cc2d1d982d205e6416acea6c7b3d.tar.gz
gentoo-6e0904059e75cc2d1d982d205e6416acea6c7b3d.tar.bz2
gentoo-6e0904059e75cc2d1d982d205e6416acea6c7b3d.zip
sys-libs/talloc: drop unused BSD license
It's used by replace code (timegm) that isn't included in the build for all our C libraries. Drop the BSD license.
Diffstat (limited to 'sys-libs/talloc/talloc-2.1.5.ebuild')
-rw-r--r--sys-libs/talloc/talloc-2.1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/talloc/talloc-2.1.5.ebuild b/sys-libs/talloc/talloc-2.1.5.ebuild
index 91b048e5aa96..40fae40563f2 100644
--- a/sys-libs/talloc/talloc-2.1.5.ebuild
+++ b/sys-libs/talloc/talloc-2.1.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Samba talloc library"
HOMEPAGE="http://talloc.samba.org/"
SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz"
-LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD"
+LICENSE="GPL-3 LGPL-3+ LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris"
IUSE="compat +python"