Skip to content

Commit

Permalink
sys-boot/sgibootcd: Bump to EAPI7
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Kinard <[email protected]>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
  • Loading branch information
Kumba42 committed Oct 16, 2020
1 parent b4789ff commit f296fe7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sys-boot/sgibootcd/sgibootcd-0.12.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="5"
inherit eutils toolchain-funcs
EAPI="7"
inherit toolchain-funcs

DESCRIPTION="Creates burnable CD images for SGI LiveCDs"
HOMEPAGE="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/"
SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${P}.tar.bz2"

LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~mips"

IUSE=""
RDEPEND=""
DEPEND=""
Expand Down

0 comments on commit f296fe7

Please sign in to comment.