diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-26 12:26:01 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-26 12:26:01 +0000 |
commit | e1802b7cfe3893b83f42e1a9e978c089fc135e84 (patch) | |
tree | 95ab27786616006375f3e13f03f9b341b73fcc17 /media-libs/t1lib | |
parent | Stable on amd64 wrt bug #193431 (diff) | |
download | gentoo-2-e1802b7cfe3893b83f42e1a9e978c089fc135e84.tar.gz gentoo-2-e1802b7cfe3893b83f42e1a9e978c089fc135e84.tar.bz2 gentoo-2-e1802b7cfe3893b83f42e1a9e978c089fc135e84.zip |
Stable on amd64 wrt security bug #193437
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/t1lib/t1lib-5.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/t1lib/ChangeLog b/media-libs/t1lib/ChangeLog index ee551bfc6ff6..1397f6555604 100644 --- a/media-libs/t1lib/ChangeLog +++ b/media-libs/t1lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/t1lib # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.62 2007/09/25 20:47:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.63 2007/09/26 12:26:01 angelos Exp $ + + 26 Sep 2007; Christoph Mende <angelos@gentoo.org> t1lib-5.1.1.ebuild: + Stable on amd64 wrt security bug #193437 25 Sep 2007; Fabian Groffen <grobian@gentoo.org> t1lib-5.0.2.ebuild, t1lib-5.0.2-r1.ebuild, t1lib-5.1.1.ebuild: diff --git a/media-libs/t1lib/t1lib-5.1.1.ebuild b/media-libs/t1lib/t1lib-5.1.1.ebuild index 7dee47cd8afb..c4b6d5425ac8 100644 --- a/media-libs/t1lib/t1lib-5.1.1.ebuild +++ b/media-libs/t1lib/t1lib-5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.1.ebuild,v 1.2 2007/09/25 20:47:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.1.ebuild,v 1.3 2007/09/26 12:26:01 angelos Exp $ inherit eutils flag-o-matic libtool toolchain-funcs @@ -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 ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="X doc" RDEPEND="X? ( x11-libs/libXaw |