diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 15:53:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 15:53:53 +0000 |
commit | 2904895d0cc2341dcaaeee745b9ceab2af2d0001 (patch) | |
tree | 11f13a2aea0005c1e5ea5b776a67a2705861be81 /media-sound/splay | |
parent | Drop virtual/libc dependency. Respect CC, CFLAGS and LDFLAGS. (diff) | |
download | gentoo-2-2904895d0cc2341dcaaeee745b9ceab2af2d0001.tar.gz gentoo-2-2904895d0cc2341dcaaeee745b9ceab2af2d0001.tar.bz2 gentoo-2-2904895d0cc2341dcaaeee745b9ceab2af2d0001.zip |
Drop virtual/libc dependency.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-sound/splay')
-rw-r--r-- | media-sound/splay/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/splay/splay-0.9.5.2.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/media-sound/splay/ChangeLog b/media-sound/splay/ChangeLog index 5b193d005048..86ad682647c1 100644 --- a/media-sound/splay/ChangeLog +++ b/media-sound/splay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/splay -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/splay/ChangeLog,v 1.11 2005/07/25 19:12:32 dholm Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/splay/ChangeLog,v 1.12 2006/03/07 15:53:53 flameeyes Exp $ + + 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> splay-0.9.5.2.ebuild: + Drop virtual/libc dependency. 25 Jul 2005; David Holm <dholm@gentoo.org> splay-0.9.5.2.ebuild: Added to ~ppc. diff --git a/media-sound/splay/splay-0.9.5.2.ebuild b/media-sound/splay/splay-0.9.5.2.ebuild index 6e7762299e18..5937bb57f9b1 100644 --- a/media-sound/splay/splay-0.9.5.2.ebuild +++ b/media-sound/splay/splay-0.9.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/splay/splay-0.9.5.2.ebuild,v 1.14 2005/07/25 19:12:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/splay/splay-0.9.5.2.ebuild,v 1.15 2006/03/07 15:53:53 flameeyes Exp $ inherit eutils @@ -14,8 +14,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -DEPEND="virtual/libc" - src_unpack() { unpack ${A} cd ${S}/apps |