diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 03:11:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:23 +0100 |
commit | e65ab414b9c273985132b4021675eb64469f740a (patch) | |
tree | 71f825000a0bbb6277614f156b556415e0eb9a39 /net-libs/libbtbb | |
parent | net-libs/ldns: explicitly inherit epatch (diff) | |
download | gentoo-e65ab414b9c273985132b4021675eb64469f740a.tar.gz gentoo-e65ab414b9c273985132b4021675eb64469f740a.tar.bz2 gentoo-e65ab414b9c273985132b4021675eb64469f740a.zip |
net-libs/libbtbb: multilib--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libbtbb')
-rw-r--r-- | net-libs/libbtbb/libbtbb-2018.08.1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libbtbb/libbtbb-2018.12.1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libbtbb/libbtbb-2020.12.1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libbtbb/libbtbb-9999.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/libbtbb/libbtbb-2018.08.1.ebuild b/net-libs/libbtbb/libbtbb-2018.08.1.ebuild index a1587cd739a2..23524a6f4e36 100644 --- a/net-libs/libbtbb/libbtbb-2018.08.1.ebuild +++ b/net-libs/libbtbb/libbtbb-2018.08.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib cmake-utils +inherit cmake-utils DESCRIPTION="A library to decode Bluetooth baseband packets" HOMEPAGE="http://libbtbb.sourceforge.net/" diff --git a/net-libs/libbtbb/libbtbb-2018.12.1.ebuild b/net-libs/libbtbb/libbtbb-2018.12.1.ebuild index d3976d1260b1..f4a117ca3006 100644 --- a/net-libs/libbtbb/libbtbb-2018.12.1.ebuild +++ b/net-libs/libbtbb/libbtbb-2018.12.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib cmake-utils +inherit cmake-utils DESCRIPTION="A library to decode Bluetooth baseband packets" HOMEPAGE="http://libbtbb.sourceforge.net/" diff --git a/net-libs/libbtbb/libbtbb-2020.12.1.ebuild b/net-libs/libbtbb/libbtbb-2020.12.1.ebuild index 6db493027e1b..edbf18eed8ff 100644 --- a/net-libs/libbtbb/libbtbb-2020.12.1.ebuild +++ b/net-libs/libbtbb/libbtbb-2020.12.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib cmake +inherit cmake DESCRIPTION="A library to decode Bluetooth baseband packets" HOMEPAGE="http://libbtbb.sourceforge.net/" diff --git a/net-libs/libbtbb/libbtbb-9999.ebuild b/net-libs/libbtbb/libbtbb-9999.ebuild index 6db493027e1b..edbf18eed8ff 100644 --- a/net-libs/libbtbb/libbtbb-9999.ebuild +++ b/net-libs/libbtbb/libbtbb-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib cmake +inherit cmake DESCRIPTION="A library to decode Bluetooth baseband packets" HOMEPAGE="http://libbtbb.sourceforge.net/" |