diff options
Diffstat (limited to 'net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild')
-rw-r--r-- | net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild index 2a04323b524b..eea3fdb6445d 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.13 2006/09/13 00:02:12 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.14 2007/01/07 13:08:46 uberlord Exp $ inherit eutils @@ -16,15 +16,6 @@ IUSE="" DEPEND="" RDEPEND="app-shells/bash" -pkg_setup() { - if ! grep -q "^uniqify()" "${ROOT}"/etc/init.d/functions.sh ; then - eerror "/etc/init.d/functions.sh does not supply the uniqify function" - eerror "Please upgrade to a baselayout that support it" - eerror "(baselayout-1.12.0_pre17 and later versions do)" - die "function uniqify does not exist" - fi -} - src_install() { make ROOT="${D}" install || die "Failed to install" } |