diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:18:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:18:50 +0000 |
commit | b8aa9a93ae9cf8438fb11b2330a5cac0b2d410f1 (patch) | |
tree | c34c4f22e913b818edeeb55c2b1f056b5e4dcf65 /sys-libs/libtrash/libtrash-2.2.ebuild | |
parent | x11-libs/libXi: move inputproto dep from RDEP to DEP (fixes bug #227881 and l... (diff) | |
download | historical-b8aa9a93ae9cf8438fb11b2330a5cac0b2d410f1.tar.gz historical-b8aa9a93ae9cf8438fb11b2330a5cac0b2d410f1.tar.bz2 historical-b8aa9a93ae9cf8438fb11b2330a5cac0b2d410f1.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/libtrash/libtrash-2.2.ebuild')
-rw-r--r-- | sys-libs/libtrash/libtrash-2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libtrash/libtrash-2.2.ebuild b/sys-libs/libtrash/libtrash-2.2.ebuild index ef6074ba3702..3bfe3df1ce78 100644 --- a/sys-libs/libtrash/libtrash-2.2.ebuild +++ b/sys-libs/libtrash/libtrash-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtrash/libtrash-2.2.ebuild,v 1.7 2005/05/16 16:21:18 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtrash/libtrash-2.2.ebuild,v 1.8 2009/09/23 21:17:35 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ppc" IUSE="" -DEPEND=">=virtual/libc-2.3.2 +DEPEND=">=sys-libs/glibc-2.3.2 dev-lang/perl" src_unpack() { |