diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:59:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:59:47 +0000 |
commit | 9d4f06cfb929eb58b1570471ef041e693757072f (patch) | |
tree | dcf0d7a61f8043e146a12a3302a2c9e72773a837 /sci-electronics | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-9d4f06cfb929eb58b1570471ef041e693757072f.tar.gz gentoo-2-9d4f06cfb929eb58b1570471ef041e693757072f.tar.bz2 gentoo-2-9d4f06cfb929eb58b1570471ef041e693757072f.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/chipmunksystem/ChangeLog | 8 | ||||
-rw-r--r-- | sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-electronics/chipmunksystem/ChangeLog b/sci-electronics/chipmunksystem/ChangeLog index b9af12f18635..b1e69d5abd98 100644 --- a/sci-electronics/chipmunksystem/ChangeLog +++ b/sci-electronics/chipmunksystem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/chipmunksystem -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/ChangeLog,v 1.12 2008/02/09 11:11:27 calchan Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/ChangeLog,v 1.13 2009/09/23 19:59:47 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> + chipmunksystem-20060624.ebuild: + Remove virtual/libc 09 Feb 2008; Denis Dupeyron <calchan@gentoo.org> chipmunksystem-20060624.ebuild: diff --git a/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild b/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild index 48ee2081492a..db448a277e6d 100644 --- a/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild +++ b/sci-electronics/chipmunksystem/chipmunksystem-20060624.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/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild,v 1.4 2008/02/09 11:11:27 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/chipmunksystem/chipmunksystem-20060624.ebuild,v 1.5 2009/09/23 19:59:47 patrick Exp $ inherit toolchain-funcs @@ -31,8 +31,7 @@ KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -RDEPEND="virtual/libc - x11-libs/libX11" +RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} x11-proto/xproto" |