--- /usr/portage/sys-block/arcconf/arcconf-1.7.21229.ebuild 2015-08-09 02:38:18.000000000 +0200 +++ arcconf-2.01.22270.ebuild 2016-07-09 14:42:14.018189026 +0200 @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Adaptec RAID Controller Command Line Utility" HOMEPAGE="http://www.adaptec.com/en-us/downloads/" @@ -47,6 +47,6 @@ if use amd64 ; then doexe linux_x64/cmdline/arcconf else - doexe linux_x86/cmdline/arcconf + doexe linux/cmdline/arcconf fi }