diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-19 09:42:47 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-19 09:42:47 +0100 |
commit | 4248dbbbf4eaf5321713e5d9e0df907fc0c84b83 (patch) | |
tree | 020b85dced47e9de317927d4cb7a6b867ff02390 /x11-themes | |
parent | x11-themes/fvwm-crystal: [QA] Drop invalid PROPERTIES. (diff) | |
download | gentoo-4248dbbbf4eaf5321713e5d9e0df907fc0c84b83.tar.gz gentoo-4248dbbbf4eaf5321713e5d9e0df907fc0c84b83.tar.bz2 gentoo-4248dbbbf4eaf5321713e5d9e0df907fc0c84b83.zip |
x11-themes/fvwm-crystal: [QA] Fix LICENSE, drop unnecessary mirror restriction.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild index d0ed7f0cedfb..7c45d4158fd9 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -RESTRICT=mirror PYTHON_COMPAT=( python2_7 ) inherit eutils readme.gentoo-r1 python-r1 user @@ -11,7 +10,7 @@ DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatibl HOMEPAGE="http://fvwm-crystal.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |