From 59c62a06088b6a55880712ae7592515999e086d3 Mon Sep 17 00:00:00 2001 From: "Georg Grabler (STiAT)" Date: Wed, 15 Mar 2017 01:17:34 +0100 Subject: [PATCH] * Removed isl and isl devel depends (turned out it was a local issue, see #T2881) --- software/virtualbox/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/virtualbox/en.md b/software/virtualbox/en.md index 9b8a1ca..029acc8 100644 --- a/software/virtualbox/en.md +++ b/software/virtualbox/en.md @@ -11,7 +11,7 @@ Make sure you have the necessary packages installed: ``` bash sudo eopkg upgrade -sudo eopkg install gcc make autoconf binutils kernel-headers xorg-server-devel isl isl-devel +sudo eopkg install gcc make autoconf binutils kernel-headers xorg-server-devel ``` Reboot your system first so that it's all up to date.