summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-25 23:02:21 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-25 23:02:21 +0000
commitd289f86b97af9aa994ed2fb9877615d0c6eeb093 (patch)
tree403d17a0d4e31d666fd71dfa40e7cb07cc88127c /app-admin/sxid
parentstable on amd64 (Manifest recommit) (diff)
downloadgentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.tar.gz
gentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.tar.bz2
gentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.zip
use virtual/libc
Diffstat (limited to 'app-admin/sxid')
-rw-r--r--app-admin/sxid/sxid-4.0.2.ebuild10
-rw-r--r--app-admin/sxid/sxid-4.0.4.ebuild7
2 files changed, 8 insertions, 9 deletions
diff --git a/app-admin/sxid/sxid-4.0.2.ebuild b/app-admin/sxid/sxid-4.0.2.ebuild
index b9156591f176..a5e96a8fd3c3 100644
--- a/app-admin/sxid/sxid-4.0.2.ebuild
+++ b/app-admin/sxid/sxid-4.0.2.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.11 2004/06/24 21:38:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.2.ebuild,v 1.12 2004/06/25 23:01:11 vapier 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"
+IUSE=""
-DEPEND="virtual/glibc"
-
-RDEPEND="virtual/glibc
+DEPEND="virtual/libc"
+RDEPEND="virtual/libc
virtual/mta"
src_compile() {
diff --git a/app-admin/sxid/sxid-4.0.4.ebuild b/app-admin/sxid/sxid-4.0.4.ebuild
index a02d8a78d98f..74b42d016052 100644
--- a/app-admin/sxid/sxid-4.0.4.ebuild
+++ b/app-admin/sxid/sxid-4.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4.ebuild,v 1.5 2004/06/24 21:38:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4.ebuild,v 1.6 2004/06/25 23:01:11 vapier Exp $
DESCRIPTION="suid, sgid file and directory checking"
SRC_URI="http://www.phunnypharm.org/pub/sxid/${P/-/_}.tar.gz"
@@ -11,10 +11,9 @@ SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE=""
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
virtual/mta"
-
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
sys-apps/sed
sys-devel/gcc
sys-devel/autoconf"