diff options
author | 2024-02-02 01:22:51 +0000 | |
---|---|---|
committer | 2024-02-02 01:22:51 +0000 | |
commit | dfa1342d94972156903588d648dbbc0226e7c6e1 (patch) | |
tree | d73f73bb81b1c34c7ebe98ece88114f843ae037a /app-emulation | |
parent | app-text/libpaper: drop 2.0.4, 2.0.10, 2.0.12, 2.1.0, 2.1.1 (diff) | |
download | gentoo-dfa1342d94972156903588d648dbbc0226e7c6e1.tar.gz gentoo-dfa1342d94972156903588d648dbbc0226e7c6e1.tar.bz2 gentoo-dfa1342d94972156903588d648dbbc0226e7c6e1.zip |
app-emulation/vagrant: fix LICENSE
See upstream commit https://github.com/hashicorp/vagrant/commit/731e9cb6c48df71d8c3f8d2b929dd35875250d2d.
Bug: https://bugs.gentoo.org/916978
Closes: https://bugs.gentoo.org/923487
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vagrant/vagrant-2.4.0-r1.ebuild (renamed from app-emulation/vagrant/vagrant-2.4.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vagrant/vagrant-2.4.0.ebuild b/app-emulation/vagrant/vagrant-2.4.0-r1.ebuild index 81cdd95f1a6b..70dc00e5446f 100644 --- a/app-emulation/vagrant/vagrant-2.4.0.ebuild +++ b/app-emulation/vagrant/vagrant-2.4.0-r1.ebuild @@ -19,7 +19,7 @@ DESCRIPTION="A tool for building and distributing development environments" HOMEPAGE="https://vagrantup.com/" SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" +LICENSE="BUSL-1.1" SLOT="0" KEYWORDS="~amd64" IUSE="test" |