diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-05 14:11:20 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-05 14:11:38 -0700 |
commit | ade8811bad55dfaf3883da83baca96a9de843480 (patch) | |
tree | d9fe8f4b325af68eb01d71ece36f2cfeac0a40a7 /app-misc/rtlamr | |
parent | games-util/umodpack: Fixes for new Perl, drop broken GUI, EAPI 7 (diff) | |
download | gentoo-ade8811bad55dfaf3883da83baca96a9de843480.tar.gz gentoo-ade8811bad55dfaf3883da83baca96a9de843480.tar.bz2 gentoo-ade8811bad55dfaf3883da83baca96a9de843480.zip |
app-misc/rtlamr: fix LICENSE
Closes: https://bugs.gentoo.org/695226
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'app-misc/rtlamr')
-rw-r--r-- | app-misc/rtlamr/rtlamr-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/rtlamr/rtlamr-0.9.1.ebuild b/app-misc/rtlamr/rtlamr-0.9.1.ebuild index dd07e13bf52e..6c51ab8d5595 100644 --- a/app-misc/rtlamr/rtlamr-0.9.1.ebuild +++ b/app-misc/rtlamr/rtlamr-0.9.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="software defined radio receiver for utility smart meters" HOMEPAGE="https://github.com/bemasher/rtlamr" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="AGPL-3" +LICENSE="AGPL-3 BSD" SLOT="0" KEYWORDS="~amd64 ~x86" |