diff options
author | Alexey Sokolov <sokolov@google.com> | 2019-05-25 21:42:55 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-06-18 11:59:07 -0400 |
commit | a1fc796b2e9a7fef33fbbc270b4c69e9a4bc1fcd (patch) | |
tree | 4ea11d4e5b25005b552d20ffed83e9a71f8de5ea /net-irc | |
parent | net-irc/kvirc: Use EAPI="7". (diff) | |
download | gentoo-a1fc796b2e9a7fef33fbbc270b4c69e9a4bc1fcd.tar.gz gentoo-a1fc796b2e9a7fef33fbbc270b4c69e9a4bc1fcd.tar.bz2 gentoo-a1fc796b2e9a7fef33fbbc270b4c69e9a4bc1fcd.zip |
net-irc/kvirc: Update license.
KVIrc uses usual GPL now. The Qt exception stopped being relevant many years ago.
Closes: https://github.com/gentoo/gentoo/pull/12107
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild | 2 | ||||
-rw-r--r-- | net-irc/kvirc/kvirc-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild b/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild index 06ddaf206228..c5e59822e5e2 100644 --- a/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild +++ b/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild @@ -28,7 +28,7 @@ else SRC_URI="https://github.com/kvirc/KVIrc/archive/${KVIRC_GIT_REVISION}.tar.gz -> ${P}.tar.gz" fi -LICENSE="kvirc" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 97eed8f48677..b37c64f007b3 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -28,7 +28,7 @@ else SRC_URI="https://github.com/kvirc/KVIrc/archive/${KVIRC_GIT_REVISION}.tar.gz -> ${P}.tar.gz" fi -LICENSE="kvirc" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora webkit" |