diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-13 10:49:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-08-13 10:49:15 +0000 |
commit | 8154fb2362963e8674e303a1add3b7b5cc47c4e3 (patch) | |
tree | b8dfe6e5835b43b7df21abc315340c6ae1e7adc5 /sys-apps/sandbox/sandbox-1.3.1.ebuild | |
parent | Version bump <http://my.opera.com/unite/blog/show.dml/4239589>. (diff) | |
download | gentoo-2-8154fb2362963e8674e303a1add3b7b5cc47c4e3.tar.gz gentoo-2-8154fb2362963e8674e303a1add3b7b5cc47c4e3.tar.bz2 gentoo-2-8154fb2362963e8674e303a1add3b7b5cc47c4e3.zip |
Drop duplicate eutils inherit #279607 by Justin Lecher.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/sandbox/sandbox-1.3.1.ebuild')
-rw-r--r-- | sys-apps/sandbox/sandbox-1.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/sandbox/sandbox-1.3.1.ebuild b/sys-apps/sandbox/sandbox-1.3.1.ebuild index 034a72d7d797..cf47b3098f38 100644 --- a/sys-apps/sandbox/sandbox-1.3.1.ebuild +++ b/sys-apps/sandbox/sandbox-1.3.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.3.1.ebuild,v 1.2 2008/12/09 12:31:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sandbox/sandbox-1.3.1.ebuild,v 1.3 2009/08/13 10:49:15 vapier Exp $ # # don't monkey with this ebuild unless contacting portage devs. # period. # -inherit eutils flag-o-matic eutils toolchain-funcs multilib +inherit eutils flag-o-matic toolchain-funcs multilib DESCRIPTION="sandbox'd LD_PRELOAD hack" HOMEPAGE="http://www.gentoo.org/" |