summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/air/air-1.2.7.ebuild')
-rw-r--r--app-forensics/air/air-1.2.7.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-forensics/air/air-1.2.7.ebuild b/app-forensics/air/air-1.2.7.ebuild
index a48c3b837a94..ff6bcadfda00 100644
--- a/app-forensics/air/air-1.2.7.ebuild
+++ b/app-forensics/air/air-1.2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.7.ebuild,v 1.1 2004/12/04 06:27:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-1.2.7.ebuild,v 1.1.1.1 2005/11/30 10:09:52 chriswhite Exp $
DESCRIPTION="A GUI front-end to dd/dcfldd"
HOMEPAGE="http://air-imager.sourceforge.net/"
@@ -8,17 +8,17 @@ SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc"
IUSE=""
DEPEND=">=dev-perl/perl-tk-804.027
- app-arch/sharutils
+ userland_GNU? ( app-arch/sharutils )
sys-apps/sed
dev-lang/perl"
RDEPEND="app-arch/mt-st
dev-lang/perl
- sys-apps/coreutils"
+ userland_GNU? ( sys-apps/coreutils )"
src_compile() {
einfo "nothing to compile"
@@ -40,7 +40,7 @@ src_install() {
rm ${D}/usr/bin/split
- chown -R root:root ${D}
+ chown -R root:0 ${D}
fowners root:users /usr/share/air/logs
fperms ug+rwx /usr/share/air/logs
if [ -p ${D}usr/share/air/air-fifo ]; then