diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-08-18 08:51:30 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-08-18 09:00:18 -0400 |
commit | 4f1af4cdfe09f6e2296a30bb1f0e90ba08da1970 (patch) | |
tree | 6cd83de49f78ff211879358fc6e6310bf4d4a40c /sys-boot/grub/grub-0.97-r16.ebuild | |
parent | 5768514fa55c889722d78cfc64993d31c3c67aac (diff) | |
download | gentoo-4f1af4cdfe09f6e2296a30bb1f0e90ba08da1970.tar.gz gentoo-4f1af4cdfe09f6e2296a30bb1f0e90ba08da1970.tar.xz |
sys-boot/grub: block sys-boot/grub:2[-multislot]
Bug: https://bugs.gentoo.org/591574
Package-Manager: portage-2.3.0_p16
Diffstat (limited to 'sys-boot/grub/grub-0.97-r16.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.97-r16.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-0.97-r16.ebuild b/sys-boot/grub/grub-0.97-r16.ebuild index 9da0d0e384f..761da22bce2 100644 --- a/sys-boot/grub/grub-0.97-r16.ebuild +++ b/sys-boot/grub/grub-0.97-r16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,6 +37,7 @@ LIB_DEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)] RDEPEND="!static? ( ${LIB_DEPEND//[static-libs(+),/=[} )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} )" +RDEPEND+=" !sys-boot/grub:2[-multislot]" pkg_setup() { case $(tc-arch) in |