diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-04 22:46:37 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-04 22:46:37 +0000 |
commit | 1e44262f6ce0ea065d8d2d445aba414e93056c64 (patch) | |
tree | 1b6dc8a65a8ba0cb948ef8d2e4e0a20b3efe8ad9 /app-admin/chroot_safe | |
parent | ebuild cleanup, bug 157666 (diff) | |
download | gentoo-2-1e44262f6ce0ea065d8d2d445aba414e93056c64.tar.gz gentoo-2-1e44262f6ce0ea065d8d2d445aba414e93056c64.tar.bz2 gentoo-2-1e44262f6ce0ea065d8d2d445aba414e93056c64.zip |
ebuild cleanup, bug 157658
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-admin/chroot_safe')
-rw-r--r-- | app-admin/chroot_safe/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/chroot_safe/chroot_safe-1.3.ebuild | 6 | ||||
-rw-r--r-- | app-admin/chroot_safe/chroot_safe-1.4.ebuild | 6 |
3 files changed, 10 insertions, 10 deletions
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 <beandog@gentoo.org> chroot_safe-1.3.ebuild, + chroot_safe-1.4.ebuild: + ebuild cleanup bug 157658 07 Sep 2005; Luis Medinas <metalgod@gentoo.org> 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)" \ |