diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-27 06:49:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-27 06:49:04 +0000 |
commit | 0dba0e9f6d80e725040d2cf1bcd28a3e378ff496 (patch) | |
tree | 6d4bfcda4ba1f7bbee956a7a477ec04de2290f1c /x11-libs/libast | |
parent | Add support for USE=opengl to track glgtkext support #47039 by Nicolai Lissne... (diff) | |
download | historical-0dba0e9f6d80e725040d2cf1bcd28a3e378ff496.tar.gz historical-0dba0e9f6d80e725040d2cf1bcd28a3e378ff496.tar.bz2 historical-0dba0e9f6d80e725040d2cf1bcd28a3e378ff496.zip |
make truetype optional #74920
Diffstat (limited to 'x11-libs/libast')
-rw-r--r-- | x11-libs/libast/Manifest | 8 | ||||
-rw-r--r-- | x11-libs/libast/libast-0.5-r2.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-libs/libast/Manifest b/x11-libs/libast/Manifest index af7d13b2796d..55fcecb87eb3 100644 --- a/x11-libs/libast/Manifest +++ b/x11-libs/libast/Manifest @@ -3,7 +3,7 @@ Hash: SHA1 MD5 6d2dd02009060bd8fb1ea61b2acae741 ChangeLog 1840 MD5 ec45fec065a8eccc43870fc678126de7 metadata.xml 820 -MD5 c3c770d5e567f615ad121df20849bdf6 libast-0.5-r2.ebuild 856 +MD5 2382ffd08885141b4e1b336575d901d0 libast-0.5-r2.ebuild 872 MD5 a92e4bdfd2459cc368d24c79fd18cacd libast-0.6.ebuild 727 MD5 bb5de296213b5928dd8f956e40436668 files/libast-64bit.patch 441 MD5 2a9e814b7851e9e22178430153da8110 files/digest-libast-0.5-r2 62 @@ -11,7 +11,7 @@ MD5 e389da97780040e36d7db23d6409f1ef files/digest-libast-0.6 62 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBiX85HTu7gpaalycRAoMnAJ9hTA9H19qhtjsv4dnhs8zMaRR8LQCgvsDh -GSAzE8M+s5KfT+lTXqB0lqc= -=8Qgq +iD8DBQFBz7BwroRuSHgZdywRAksxAJ49+5XPBvFu5spqpSnmpsLMG7hXSwCeJGJy +NMmwP6nVdTkOSD6x6brxKxA= +=XTcC -----END PGP SIGNATURE----- diff --git a/x11-libs/libast/libast-0.5-r2.ebuild b/x11-libs/libast/libast-0.5-r2.ebuild index 9acf36f0941e..9b96c06cf630 100644 --- a/x11-libs/libast/libast-0.5-r2.ebuild +++ b/x11-libs/libast/libast-0.5-r2.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/x11-libs/libast/libast-0.5-r2.ebuild,v 1.7 2004/11/04 01:00:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libast/libast-0.5-r2.ebuild,v 1.8 2004/12/27 06:49:04 vapier Exp $ inherit 64-bit eutils @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="X imlib mmx pcre" DEPEND="virtual/x11 - =media-libs/freetype-1* + truetype? ( =media-libs/freetype-1* ) imlib? ( media-libs/imlib2 ) pcre? ( dev-libs/libpcre )" @@ -33,6 +33,6 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc README DESIGN ChangeLog } |