summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/laternamagica/laternamagica-0.5.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnustep-apps/laternamagica/laternamagica-0.5.ebuild b/gnustep-apps/laternamagica/laternamagica-0.5.ebuild
index 02e182c088b0..7002a4023082 100644
--- a/gnustep-apps/laternamagica/laternamagica-0.5.ebuild
+++ b/gnustep-apps/laternamagica/laternamagica-0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit gnustep-2
MY_P="LaternaMagica-${PV}"
@@ -9,9 +9,8 @@ DESCRIPTION="an image viewer and slideshow application"
HOMEPAGE="http://gap.nongnu.org/laternamagica/index.html"
SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"