diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:02:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 15:02:36 +0000 |
commit | d7984f48413b3af92c24d338cc72940d0fbe7514 (patch) | |
tree | 56175422220a989dbd12019ca7b79ec2e83f81f3 /app-admin/sxid/sxid-4.0.4-r2.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-d7984f48413b3af92c24d338cc72940d0fbe7514.tar.gz gentoo-2-d7984f48413b3af92c24d338cc72940d0fbe7514.tar.bz2 gentoo-2-d7984f48413b3af92c24d338cc72940d0fbe7514.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/sxid/sxid-4.0.4-r2.ebuild')
-rw-r--r-- | app-admin/sxid/sxid-4.0.4-r2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-admin/sxid/sxid-4.0.4-r2.ebuild b/app-admin/sxid/sxid-4.0.4-r2.ebuild index a6e557e07e21..dd8a9f9da63b 100644 --- a/app-admin/sxid/sxid-4.0.4-r2.ebuild +++ b/app-admin/sxid/sxid-4.0.4-r2.ebuild @@ -1,6 +1,6 @@ -# 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/app-admin/sxid/sxid-4.0.4-r2.ebuild,v 1.1 2008/12/31 03:42:12 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4-r2.ebuild,v 1.2 2009/09/23 15:02:36 patrick Exp $ inherit base toolchain-funcs @@ -13,10 +13,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -RDEPEND="virtual/libc - virtual/mailx" -DEPEND="virtual/libc - sys-apps/sed +RDEPEND="virtual/mailx" +DEPEND="sys-apps/sed sys-devel/gcc sys-devel/autoconf" |