diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-02 23:45:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-02 23:45:55 +0000 |
commit | 18e6a0eef74945bb2b092836e7dca19a9121fe08 (patch) | |
tree | 40667e5e282775792331aec96209fd2a5faa8606 /media-libs/vflib | |
parent | run elibtoolize to fix so versionning on fbsd and also the build. (diff) | |
download | historical-18e6a0eef74945bb2b092836e7dca19a9121fe08.tar.gz historical-18e6a0eef74945bb2b092836e7dca19a9121fe08.tar.bz2 historical-18e6a0eef74945bb2b092836e7dca19a9121fe08.zip |
We only need tex-base as dep here (bug #222501) and put it in RDEPEND too as it links to libkpathsea.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26.3 x86_64
Diffstat (limited to 'media-libs/vflib')
-rw-r--r-- | media-libs/vflib/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/vflib/vflib-3.6.14.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/vflib/ChangeLog b/media-libs/vflib/ChangeLog index e403637bd365..e65967a9dac6 100644 --- a/media-libs/vflib/ChangeLog +++ b/media-libs/vflib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/vflib -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v 1.12 2007/12/25 17:12:36 phreak Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/ChangeLog,v 1.13 2008/09/02 23:45:55 aballier Exp $ + + 02 Sep 2008; Alexis Ballier <aballier@gentoo.org> vflib-3.6.14.ebuild: + We only need tex-base as dep here (bug #222501) and put it in RDEPEND too + as it links to libkpathsea. 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing usata from metadata.xml as per #22931. diff --git a/media-libs/vflib/vflib-3.6.14.ebuild b/media-libs/vflib/vflib-3.6.14.ebuild index ee536ce860e1..b207ff2f2fda 100644 --- a/media-libs/vflib/vflib-3.6.14.ebuild +++ b/media-libs/vflib/vflib-3.6.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild,v 1.5 2007/11/04 10:19:40 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/vflib/vflib-3.6.14.ebuild,v 1.6 2008/09/02 23:45:55 aballier Exp $ inherit libtool eutils @@ -20,10 +20,10 @@ RDEPEND="x11-libs/libX11 x11-libs/libXdmcp x11-libs/libXext =media-libs/freetype-1* + virtual/tex-base media-libs/t1lib" DEPEND="${RDEPEND} x11-proto/xproto - virtual/tetex x11-misc/imake" S="${WORKDIR}"/${MY_P} |