diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2015-12-08 15:13:56 -0500 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2015-12-08 15:13:56 -0500 |
commit | 5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264 (patch) | |
tree | fc78a4c932e9b8bd67f90551d852298ca9c44e43 /sys-boot | |
parent | sys-boot/grub:0 - migrate to EAPI5 and add missing slot dep on ncurses atom (diff) | |
download | gentoo-5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264.tar.gz gentoo-5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264.tar.bz2 gentoo-5cb0eb89b96126bb7d364b3fc85d7f9fa20e9264.zip |
sys-boot/grub:0 - add missing slot-operator dep on ncurses when USE="-static"
Package-Manager: portage-2.2.24
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-0.97-r15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-0.97-r15.ebuild b/sys-boot/grub/grub-0.97-r15.ebuild index b043b069d81c..068f68b91960 100644 --- a/sys-boot/grub/grub-0.97-r15.ebuild +++ b/sys-boot/grub/grub-0.97-r15.ebuild @@ -34,7 +34,7 @@ KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="custom-cflags ncurses netboot static" LIB_DEPEND="ncurses? ( >=sys-libs/ncurses-5.9-r3:0[static-libs(+),abi_x86_32(-)] )" -RDEPEND="!static? ( ${LIB_DEPEND//static-libs(+),/} )" +RDEPEND="!static? ( ${LIB_DEPEND//[static-libs(+),/=[} )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} )" |