diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-10-24 23:34:11 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-10-24 23:34:11 +0000 |
commit | fa369372c9b83f95a60c4c071263b183e7dda3e7 (patch) | |
tree | c31f7ec5ea959043f10465015df551bb29e1ee81 /media-libs/t1lib | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-fa369372c9b83f95a60c4c071263b183e7dda3e7.tar.gz gentoo-2-fa369372c9b83f95a60c4c071263b183e7dda3e7.tar.bz2 gentoo-2-fa369372c9b83f95a60c4c071263b183e7dda3e7.zip |
stable on x86
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/t1lib/t1lib-5.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/t1lib/ChangeLog b/media-libs/t1lib/ChangeLog index 97b1e7ff692d..b7da89e0ff61 100644 --- a/media-libs/t1lib/ChangeLog +++ b/media-libs/t1lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/t1lib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.34 2004/10/19 10:36:35 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.35 2004/10/24 23:34:11 lanius Exp $ + + 25 Oct 2004; Heinrich Wendel <lanius@gentoo.org> t1lib-5.0.2.ebuild: + stable on x86 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> t1lib-5.0.0-r2.ebuild, t1lib-5.0.1.ebuild: diff --git a/media-libs/t1lib/t1lib-5.0.2.ebuild b/media-libs/t1lib/t1lib-5.0.2.ebuild index 78d97bb48ac9..f6b59faba65c 100644 --- a/media-libs/t1lib/t1lib-5.0.2.ebuild +++ b/media-libs/t1lib/t1lib-5.0.2.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/media-libs/t1lib/t1lib-5.0.2.ebuild,v 1.10 2004/10/23 07:54:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.2.ebuild,v 1.11 2004/10/24 23:34:11 lanius Exp $ inherit eutils gnuconfig flag-o-matic libtool @@ -10,7 +10,7 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" SLOT="5" -KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~hppa ~amd64 ~ia64 s390 ppc64 ppc-macos" +KEYWORDS="x86 ~ppc ~sparc ~alpha arm ~hppa ~amd64 ~ia64 s390 ppc64 ppc-macos" IUSE="X doc" DEPEND="X? ( virtual/x11 )" |