diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-05-22 12:47:39 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-05-22 12:47:39 +0000 |
commit | 1df1cd240c92941297b71eeb20db86426edc2f58 (patch) | |
tree | 53cab93d11cb8803a84c91608d4891bcee66bae7 /media-libs/t1lib | |
parent | new version of the patch, accepted upstream (diff) | |
download | gentoo-2-1df1cd240c92941297b71eeb20db86426edc2f58.tar.gz gentoo-2-1df1cd240c92941297b71eeb20db86426edc2f58.tar.bz2 gentoo-2-1df1cd240c92941297b71eeb20db86426edc2f58.zip |
Stable on hppa
(Portage version: 2.0.51.19)
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 4e9f236cfce8..a54b7d214591 100644 --- a/media-libs/t1lib/ChangeLog +++ b/media-libs/t1lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/t1lib # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.41 2005/05/09 01:18:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.42 2005/05/22 12:47:39 killerfox Exp $ + + 22 May 2005; Rene Nussbaumer <killerfox@gentoo.org> t1lib-5.0.2.ebuild: + Stable on hppa 09 May 2005; Aron Griffis <agriffis@gentoo.org> t1lib-5.0.2.ebuild: stable on ia64 diff --git a/media-libs/t1lib/t1lib-5.0.2.ebuild b/media-libs/t1lib/t1lib-5.0.2.ebuild index 66ad0643d274..5dde94cb88e1 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-2005 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.17 2005/05/09 01:18:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.2.ebuild,v 1.18 2005/05/22 12:47:39 killerfox 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="alpha amd64 arm ~hppa ia64 mips ~ppc ppc-macos ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ppc-macos ppc64 s390 sparc x86" IUSE="X doc" DEPEND="X? ( virtual/x11 )" |