diff options
author | Tom William Payne <twp@gentoo.org> | 2005-07-25 12:42:37 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2005-07-25 12:42:37 +0000 |
commit | 898c325dde09be453c77f94527537d1298d76423 (patch) | |
tree | 0f0ad94c5c3faa9c66530aa37a22edeb7ce70d46 /media-gfx/sam2p/sam2p-0.44.ebuild | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-898c325dde09be453c77f94527537d1298d76423.tar.gz gentoo-2-898c325dde09be453c77f94527537d1298d76423.tar.bz2 gentoo-2-898c325dde09be453c77f94527537d1298d76423.zip |
Update DESCRIPTION and RDEPEND. Bug # 99718.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-gfx/sam2p/sam2p-0.44.ebuild')
-rw-r--r-- | media-gfx/sam2p/sam2p-0.44.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/sam2p/sam2p-0.44.ebuild b/media-gfx/sam2p/sam2p-0.44.ebuild index 5d64c9156031..14039fabd984 100644 --- a/media-gfx/sam2p/sam2p-0.44.ebuild +++ b/media-gfx/sam2p/sam2p-0.44.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 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.7 2005/07/14 13:09:57 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.44.ebuild,v 1.8 2005/07/25 12:42:37 twp Exp $ inherit toolchain-funcs -DESCRIPTION="A utility to convert raster images to PDF and others" +DESCRIPTION="Utility to convert raster images to EPS, PDF and many others" HOMEPAGE="http://www.inf.bme.hu/~pts/sam2p/" # The author refuses to distribute SRC_URI="mirror://gentoo/${P}.tar.bz2" @@ -14,6 +14,7 @@ KEYWORDS="ppc x86" IUSE="gif" DEPEND="dev-lang/perl sys-devel/gcc-config" +RDEPEND="virtual/libc" S=${WORKDIR} |