diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-05-21 14:42:18 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-05-22 13:04:19 -0400 |
commit | a916c13d63d8a3df15cc004fc61c8fa5eef616af (patch) | |
tree | 2f558018b6489a3a5e3e435d0891960870fd5208 /dev-libs/libarcus | |
parent | media-gfx/cura: fix license: s/AGPL-3/APGL-3+/ (diff) | |
download | gentoo-a916c13d63d8a3df15cc004fc61c8fa5eef616af.tar.gz gentoo-a916c13d63d8a3df15cc004fc61c8fa5eef616af.tar.bz2 gentoo-a916c13d63d8a3df15cc004fc61c8fa5eef616af.zip |
dev-libs/libarcus: fix license: s/AGPL-3/APGL-3+/
From src/Socket.h:
"[...] either version 3 of the License, or (at your option)
any later version."
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/libarcus')
-rw-r--r-- | dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild b/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild index 6f1f571a2278..c917ba9d4462 100644 --- a/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild +++ b/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="This library facilitates communication between Cura and its backend HOMEPAGE="https://github.com/Ultimaker/libArcus" SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="AGPL-3" +LICENSE="AGPL-3+" SLOT="0/2" IUSE="examples python static-libs" KEYWORDS="~amd64 ~x86" |