diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-16 01:14:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-16 01:14:04 +0000 |
commit | cc613bbbd8bc08e443af4149306a2acc09d5a931 (patch) | |
tree | 87c65b1c3726e3f4eebe85342d6760effc35a2e3 /media-libs/t1lib | |
parent | Removed the mcrypt and gpg USE flags in favour of the newly added crypt USE f... (diff) | |
download | gentoo-2-cc613bbbd8bc08e443af4149306a2acc09d5a931.tar.gz gentoo-2-cc613bbbd8bc08e443af4149306a2acc09d5a931.tar.bz2 gentoo-2-cc613bbbd8bc08e443af4149306a2acc09d5a931.zip |
oops on USE check fixed
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/t1lib/t1lib-1.3.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/t1lib/ChangeLog b/media-libs/t1lib/ChangeLog index 401f7508e8e6..5176e31476fd 100644 --- a/media-libs/t1lib/ChangeLog +++ b/media-libs/t1lib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/t1lib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.2 2002/04/16 01:14:04 seemant Exp $ + +*t1lib-1.3 (15 Apr 2002) + + 15 Apr 2002; Seemant Kulleen <seemant@gentoo.org> t1lib-1.3.ebuild : + + oops at me! Matt Keadle from bug #1778 pointed this error out. *t1lib-1.3 (1 Feb 2002) diff --git a/media-libs/t1lib/t1lib-1.3.ebuild b/media-libs/t1lib/t1lib-1.3.ebuild index 5036b55a6156..1af57d343c05 100644 --- a/media-libs/t1lib/t1lib-1.3.ebuild +++ b/media-libs/t1lib/t1lib-1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.3.ebuild,v 1.3 2002/04/14 18:55:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.3.ebuild,v 1.4 2002/04/16 01:14:04 seemant Exp $ S=${WORKDIR}/T1Lib-${PV} DESCRIPTION="A Type 1 Rasterizer Library for UNIX/X11" @@ -21,7 +21,7 @@ src_compile() { || myconf="--without-x" use tetex \ - && myopt="without_doc" + || myopt="without_doc" ./configure \ --host=${CHOST} \ |