--- a/coreutils-8.20.ebuild 2013-01-01 14:01:29.000000000 -0500 +++ b/coreutils-8.20.ebuild 2013-04-19 21:10:15.061030702 -0400 @@ -18,7 +18,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd" -IUSE="acl caps gmp nls selinux static userland_BSD vanilla xattr" +IUSE="acl caps gmp hostname nls selinux static userland_BSD vanilla xattr" LIB_DEPEND="acl? ( sys-apps/acl[static-libs] ) caps? ( sys-libs/libcap ) @@ -81,8 +81,8 @@ --with-packager="Gentoo" \ --with-packager-version="${PVR} (p${PATCH_VER:-0})" \ --with-packager-bug-reports="http://bugs.gentoo.org/" \ - --enable-install-program="arch" \ - --enable-no-install-program="groups,hostname,kill,su,uptime" \ + --enable-install-program="arch,$(use hostname && echo hostname)" \ + --enable-no-install-program="groups,kill,su,uptime" \ --enable-largefile \ $(use caps || echo --disable-libcap) \ $(use_enable nls) \