diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:38:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:38:47 +0000 |
commit | 317033a96fc0a1f9b65aaa97387e8f042fa77231 (patch) | |
tree | a22bd39d28a52cc0b54a8f46737d5c101b98bcb1 /net-im/ysm | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-317033a96fc0a1f9b65aaa97387e8f042fa77231.tar.gz gentoo-2-317033a96fc0a1f9b65aaa97387e8f042fa77231.tar.bz2 gentoo-2-317033a96fc0a1f9b65aaa97387e8f042fa77231.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-im/ysm')
-rw-r--r-- | net-im/ysm/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/ysm/ysm-2.9.9.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-im/ysm/ChangeLog b/net-im/ysm/ChangeLog index ff1705862433..8934b4140b20 100644 --- a/net-im/ysm/ChangeLog +++ b/net-im/ysm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ysm -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ChangeLog,v 1.17 2008/06/03 19:30:59 coldwind Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ChangeLog,v 1.18 2009/09/23 18:38:47 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ysm-2.9.9.1.ebuild: + Remove virtual/libc 03 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> -ysm-2.8.1-r1.ebuild, -ysm-2.9.0.ebuild, -ysm-2.9.6.ebuild, -ysm-2.9.8.ebuild: diff --git a/net-im/ysm/ysm-2.9.9.1.ebuild b/net-im/ysm/ysm-2.9.9.1.ebuild index 447e1436faf2..d4814392ce09 100644 --- a/net-im/ysm/ysm-2.9.9.1.ebuild +++ b/net-im/ysm/ysm-2.9.9.1.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/net-im/ysm/ysm-2.9.9.1.ebuild,v 1.4 2008/03/28 21:05:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ysm/ysm-2.9.9.1.ebuild,v 1.5 2009/09/23 18:38:47 patrick Exp $ MY_PV=${PV//./_} DESCRIPTION="A console ICQ client supporting versions 7/8" @@ -11,8 +11,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc" -RDEPEND="virtual/libc" +DEPEND="" +RDEPEND="" S=${WORKDIR}/${PN}v7_${MY_PV} |