diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-28 17:45:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-28 17:45:40 +0200 |
commit | 30b3d65f55d26bf7dba4eee49016544f5465673f (patch) | |
tree | f728ebc593d2a2699dda79789e92015feaddc598 /app-editors/mousepad | |
parent | xfce-base/xfdesktop: Bump to 4.13.6 (diff) | |
download | gentoo-30b3d65f55d26bf7dba4eee49016544f5465673f.tar.gz gentoo-30b3d65f55d26bf7dba4eee49016544f5465673f.tar.bz2 gentoo-30b3d65f55d26bf7dba4eee49016544f5465673f.zip |
app-editors/mousepad: Correct LICENSE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors/mousepad')
-rw-r--r-- | app-editors/mousepad/mousepad-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/mousepad/mousepad-0.4.2.ebuild b/app-editors/mousepad/mousepad-0.4.2.ebuild index 03b03b84cfe2..212d8a3f27d6 100644 --- a/app-editors/mousepad/mousepad-0.4.2.ebuild +++ b/app-editors/mousepad/mousepad-0.4.2.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="GTK+-based editor for the Xfce Desktop Environment" HOMEPAGE="https://git.xfce.org/apps/mousepad/about/" SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dbus +gtk3" |