diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2006-06-06 01:33:22 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2006-06-06 01:33:22 +0000 |
commit | 70fead0f053047415c44e26e550661017a074c11 (patch) | |
tree | 52859828d58447fca0e504286b238ad8f8ba69a4 /media-gfx | |
parent | Updated DEPEND to accept eselect-compiler. (diff) | |
download | gentoo-2-70fead0f053047415c44e26e550661017a074c11.tar.gz gentoo-2-70fead0f053047415c44e26e550661017a074c11.tar.bz2 gentoo-2-70fead0f053047415c44e26e550661017a074c11.zip |
Removed gcc-config from DEPEND as it's not neccessary.
(Portage version: 2.1_rc4-r1)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/sam2p/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/sam2p/sam2p-0.44.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-gfx/sam2p/ChangeLog b/media-gfx/sam2p/ChangeLog index 98a7f413a714..2d9aceadb574 100644 --- a/media-gfx/sam2p/ChangeLog +++ b/media-gfx/sam2p/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/sam2p -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.11 2005/07/25 12:42:37 twp Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.12 2006/06/06 01:33:22 eradicator Exp $ + + 06 Jun 2006; Jeremy Huddleston <eradicator@gentoo.org> sam2p-0.44.ebuild: + Removed gcc-config from DEPEND as it's not neccessary. 25 Jul 2005; Tom Payne <twp@gentoo.org> sam2p-0.44.ebuild: Update DESCRIPTION and RDEPEND. Bug # 99718. diff --git a/media-gfx/sam2p/sam2p-0.44.ebuild b/media-gfx/sam2p/sam2p-0.44.ebuild index 14039fabd984..8fbce9b857a7 100644 --- a/media-gfx/sam2p/sam2p-0.44.ebuild +++ b/media-gfx/sam2p/sam2p-0.44.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-gfx/sam2p/sam2p-0.44.ebuild,v 1.8 2005/07/25 12:42:37 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.44.ebuild,v 1.9 2006/06/06 01:33:22 eradicator Exp $ inherit toolchain-funcs @@ -12,8 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc x86" IUSE="gif" -DEPEND="dev-lang/perl - sys-devel/gcc-config" +DEPEND="dev-lang/perl" RDEPEND="virtual/libc" S=${WORKDIR} |