diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-27 00:49:27 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-11-27 01:00:57 -0500 |
commit | fcd873d3d13deee76fceff1df443161e1298ea88 (patch) | |
tree | 83bc07ebbeea0d3756e12dea8f59b707b028480c | |
parent | media-libs/lastfmlib: migrate away from google code #544092 (diff) | |
download | gentoo-fcd873d3d13deee76fceff1df443161e1298ea88.tar.gz gentoo-fcd873d3d13deee76fceff1df443161e1298ea88.tar.bz2 gentoo-fcd873d3d13deee76fceff1df443161e1298ea88.zip |
media-libs/lastfmlib: fix the license
Package-Manager: portage-2.3.0
-rw-r--r-- | media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild index de2cf4a7fedf..81eebc22e102 100644 --- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild +++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="C++ library to scrobble tracks on Last.fm" HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases" SRC_URI="https://github.com/dirkvdb/lastfmlib/archive/lastfmlib-0.4.0.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="debug syslog" |