diff options
author | 2004-07-31 17:08:55 +0000 | |
---|---|---|
committer | 2004-07-31 17:08:55 +0000 | |
commit | 0caf39d639b00f41441a8aaa30e63c46e6dcff98 (patch) | |
tree | eb879c5bd949f91bd6111486a6d9e9d7e7e6c745 /dev-libs/libotf | |
parent | Stable on ppc and alpha. (Manifest recommit) (diff) | |
download | gentoo-2-0caf39d639b00f41441a8aaa30e63c46e6dcff98.tar.gz gentoo-2-0caf39d639b00f41441a8aaa30e63c46e6dcff98.tar.bz2 gentoo-2-0caf39d639b00f41441a8aaa30e63c46e6dcff98.zip |
Stable on x86, alpha and ppc. Added sed-4 to depend list.
Diffstat (limited to 'dev-libs/libotf')
-rw-r--r-- | dev-libs/libotf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libotf/libotf-0.9-r1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-libs/libotf/ChangeLog b/dev-libs/libotf/ChangeLog index 5cddf2a03f48..2325d90c38db 100644 --- a/dev-libs/libotf/ChangeLog +++ b/dev-libs/libotf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libotf # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.7 2004/07/19 02:17:57 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.8 2004/07/31 17:08:55 usata Exp $ + + 01 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> libotf-0.9-r1.ebuild: + Stable on x86, alpha and ppc. Added sed-4 to depend list. 18 Jul 2004; Tom Gall <tgall@gentoo.org> libotf-0.9-r1.ebuild: stable on ppc64, bug #57120 diff --git a/dev-libs/libotf/libotf-0.9-r1.ebuild b/dev-libs/libotf/libotf-0.9-r1.ebuild index 4cfd8c0e2f49..e7644dd4879b 100644 --- a/dev-libs/libotf/libotf-0.9-r1.ebuild +++ b/dev-libs/libotf/libotf-0.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9-r1.ebuild,v 1.3 2004/07/19 02:17:57 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9-r1.ebuild,v 1.4 2004/07/31 17:08:55 usata Exp $ DESCRIPTION="Library for handling OpenType fonts (OTF)" HOMEPAGE="http://www.m17n.org/libotf/" @@ -9,11 +9,13 @@ SRC_URI="http://www.m17n.org/libotf/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 ppc64" +KEYWORDS="x86 ppc alpha ~amd64 ppc64" IUSE="X" -DEPEND="X? ( virtual/x11 ) +RDEPEND="X? ( virtual/x11 ) >=media-libs/freetype-2.1" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" src_unpack() { unpack ${A} |