diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:31:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:31:51 +0000 |
commit | a39b570f8a8f954719c6911e153ffe490bca0e5b (patch) | |
tree | dec9e6c2129157a5aec8fbb2c33b72b1e83b5699 /app-admin/osiris | |
parent | Stable on mips, per #183197. (diff) | |
download | gentoo-2-a39b570f8a8f954719c6911e153ffe490bca0e5b.tar.gz gentoo-2-a39b570f8a8f954719c6911e153ffe490bca0e5b.tar.bz2 gentoo-2-a39b570f8a8f954719c6911e153ffe490bca0e5b.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-admin/osiris')
-rw-r--r-- | app-admin/osiris/osiris-4.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/osiris/osiris-4.2.2.ebuild b/app-admin/osiris/osiris-4.2.2.ebuild index 1cd7b53ebeac..fd3c2e5c1a27 100644 --- a/app-admin/osiris/osiris-4.2.2.ebuild +++ b/app-admin/osiris/osiris-4.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-4.2.2.ebuild,v 1.2 2007/01/24 14:46:42 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/osiris/osiris-4.2.2.ebuild,v 1.3 2007/06/26 01:31:51 mr_bones_ Exp $ inherit eutils autotools @@ -46,7 +46,7 @@ src_unpack() src_compile() { econf --prefix=/var/lib --enable-fancy-cli=yes || die "configure failed." -# if ! use noagent ; then +# if ! use noagent ; then emake agent || die "agent build failed" # fi # if use console ; then |