diff options
Diffstat (limited to 'sys-apps/coreutils/coreutils-7.6.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-7.6.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-7.6.ebuild b/sys-apps/coreutils/coreutils-7.6.ebuild index 3614715837a6..0bc75d7cb6fc 100644 --- a/sys-apps/coreutils/coreutils-7.6.ebuild +++ b/sys-apps/coreutils/coreutils-7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.6.ebuild,v 1.3 2009/10/12 18:38:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.6.ebuild,v 1.4 2009/11/09 22:55:13 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -61,6 +61,9 @@ src_compile() { # groups/su - shadow # hostname - net-tools econf \ + --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-largefile \ |