diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-05-12 22:53:25 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-05-12 22:53:25 +0000 |
commit | 51411e214ba9034f30f3bbc59d8e41b5f6f6ff08 (patch) | |
tree | 8942ec148647b076d8719b0700725084cec4e1e4 /app-admin/sxid/sxid-4.0.2.ebuild | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-51411e214ba9034f30f3bbc59d8e41b5f6f6ff08.tar.gz gentoo-2-51411e214ba9034f30f3bbc59d8e41b5f6f6ff08.tar.bz2 gentoo-2-51411e214ba9034f30f3bbc59d8e41b5f6f6ff08.zip |
Added virtual/mta as a RDEPEND per bug #50847
Diffstat (limited to 'app-admin/sxid/sxid-4.0.2.ebuild')
-rw-r--r-- | app-admin/sxid/sxid-4.0.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/sxid/sxid-4.0.2.ebuild b/app-admin/sxid/sxid-4.0.2.ebuild index 611a13be1235..88130ce29fe0 100644 --- a/app-admin/sxid/sxid-4.0.2.ebuild +++ b/app-admin/sxid/sxid-4.0.2.ebuild @@ -1,17 +1,20 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.2.ebuild,v 1.9 2004/04/26 15:22:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.2.ebuild,v 1.10 2004/05/12 22:53:25 dragonheart Exp $ DESCRIPTION="suid, sgid file and directory checking" SRC_URI="http://www.phunnypharm.org/pub/sxid/${P/-/_}.tar.gz" HOMEPAGE="http://freshmeat.net/projects/sxid" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" DEPEND="virtual/glibc" +RDEPEND="virtual/glibc + virtual/mta" + src_compile() { # this is an admin application and really requires root to run correctly # we need to move the binary to the sbin directory |