Skip to content

Commit

Permalink
gnustep-libs/performance: EAPI8 bump, fix LICENSE
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Signed-off-by: Bernard Cafarelli <[email protected]>
  • Loading branch information
mm1ke authored and voyageur committed Sep 19, 2023
1 parent 76753aa commit 0b59b42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gnustep-libs/performance/performance-0.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=8

inherit gnustep-2

MY_P=${P/p/P}
DESCRIPTION="Help improve the performance of GNUstep applications"
HOMEPAGE="http://wiki.gnustep.org/index.php/Performance"
HOMEPAGE="https://github.com/gnustep/libs-performance"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="LGPL-3"
LICENSE="LGPL-3+"
SLOT="0"

S=${WORKDIR}/${MY_P}

src_prepare() {
if ! use doc; then
# Remove doc target
Expand Down

0 comments on commit 0b59b42

Please sign in to comment.