Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/
Date: Tue, 08 Dec 2015 20:00:50
Message-Id: 1449603898.852c5ec76e95e6751ed7c7ea4ad9ed8c704ae3c1.axs@gentoo
1 commit: 852c5ec76e95e6751ed7c7ea4ad9ed8c704ae3c1
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 8 19:44:58 2015 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 8 19:44:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852c5ec7
7
8 sys-boot/grub:0 - migrate to EAPI5 and add missing slot dep on ncurses atom
9
10 Package-Manager: portage-2.2.24
11
12 sys-boot/grub/{grub-0.97-r14.ebuild => grub-0.97-r15.ebuild} | 9 +++------
13 1 file changed, 3 insertions(+), 6 deletions(-)
14
15 diff --git a/sys-boot/grub/grub-0.97-r14.ebuild b/sys-boot/grub/grub-0.97-r15.ebuild
16 similarity index 97%
17 rename from sys-boot/grub/grub-0.97-r14.ebuild
18 rename to sys-boot/grub/grub-0.97-r15.ebuild
19 index f651626..b043b06 100644
20 --- a/sys-boot/grub/grub-0.97-r14.ebuild
21 +++ b/sys-boot/grub/grub-0.97-r15.ebuild
22 @@ -16,7 +16,7 @@
23 # qtbz2 -s -j ${PKGDIR}/${CAT}/${PF}.tbz2 && \
24 # mv ${PF}.tar.bz2 ${DISTDIR}/grub-static-${PVR}.tar.bz2
25
26 -EAPI="4"
27 +EAPI="5"
28
29 inherit eutils mount-boot toolchain-funcs linux-info flag-o-matic autotools pax-utils multiprocessing
30
31 @@ -33,11 +33,8 @@ SLOT="0"
32 KEYWORDS="amd64 x86 ~x86-fbsd"
33 IUSE="custom-cflags ncurses netboot static"
34
35 -LIB_DEPEND="ncurses? (
36 - >=sys-libs/ncurses-5.9-r3[static-libs(+)]
37 - amd64? ( >=sys-libs/ncurses-5.9-r3[abi_x86_32(-)] )
38 - )"
39 -RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)\]/} )"
40 +LIB_DEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)] )"
41 +RDEPEND="!static? ( ${LIB_DEPEND//static-libs(+),/} )"
42 DEPEND="${RDEPEND}
43 static? ( ${LIB_DEPEND} )"