From: Steve Dibb Date: Thu, 4 Jan 2007 22:46:37 +0000 (+0000) Subject: ebuild cleanup, bug 157658 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b7e34e213e8e34ce68eb1c8d8f756d04fea040a;p=gentoo.git ebuild cleanup, bug 157658 Package-Manager: portage-2.1.1-r2 --- diff --git a/app-admin/chroot_safe/ChangeLog b/app-admin/chroot_safe/ChangeLog index afc03f097689..eb5028dcc45b 100644 --- a/app-admin/chroot_safe/ChangeLog +++ b/app-admin/chroot_safe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/chroot_safe -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.7 2005/09/07 03:45:58 metalgod Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.8 2007/01/04 22:46:37 beandog Exp $ + + 04 Jan 2007; Steve Dibb chroot_safe-1.3.ebuild, + chroot_safe-1.4.ebuild: + ebuild cleanup bug 157658 07 Sep 2005; Luis Medinas chroot_safe-1.4.ebuild: Added ~amd64 keyword. diff --git a/app-admin/chroot_safe/chroot_safe-1.3.ebuild b/app-admin/chroot_safe/chroot_safe-1.3.ebuild index 29a28a3dd13e..b7f9b78c3611 100644 --- a/app-admin/chroot_safe/chroot_safe-1.3.ebuild +++ b/app-admin/chroot_safe/chroot_safe-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.3.ebuild,v 1.5 2005/04/24 10:40:26 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.3.ebuild,v 1.6 2007/01/04 22:46:37 beandog Exp $ inherit eutils @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND="virtual/libc" - src_compile() { econf \ --libexecdir="/usr/$(get_libdir)" \ diff --git a/app-admin/chroot_safe/chroot_safe-1.4.ebuild b/app-admin/chroot_safe/chroot_safe-1.4.ebuild index dabb01a10bc6..c44c6d40b9b5 100644 --- a/app-admin/chroot_safe/chroot_safe-1.4.ebuild +++ b/app-admin/chroot_safe/chroot_safe-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.4.ebuild,v 1.2 2005/09/07 03:45:58 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.4.ebuild,v 1.3 2007/01/04 22:46:37 beandog Exp $ inherit eutils @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc" - src_compile() { econf \ --libexecdir="/usr/$(get_libdir)" \