Skip to content

Commit

Permalink
media-sound/sidplay: EAPI-7 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 9, 2019
1 parent 78c0989 commit 7373c06
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions media-sound/sidplay/sidplay-2.0.9-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="C64 SID player"
HOMEPAGE="http://sidplay2.sourceforge.net/"
SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86"
IUSE=""

BDEPEND="virtual/pkgconfig"
DEPEND="media-libs/libsidplay:2"
RDEPEND="${DEPEND}"

PATCHES=(
"${FILESDIR}/${P}-gcc43.patch"
"${FILESDIR}/${P}-gcc44.patch"
)

0 comments on commit 7373c06

Please sign in to comment.