diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-08-25 18:03:02 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-08-25 18:03:02 +0000 |
commit | dc437d6db12b739c6df9c0ba702e5592fb1b29f9 (patch) | |
tree | f012c1b84bbdc9acbb5857d13a0c2d5a170789fb /app-text/po4a | |
parent | Fix from Togge for proper multilib paths #179447. (diff) | |
download | gentoo-2-dc437d6db12b739c6df9c0ba702e5592fb1b29f9.tar.gz gentoo-2-dc437d6db12b739c6df9c0ba702e5592fb1b29f9.tar.bz2 gentoo-2-dc437d6db12b739c6df9c0ba702e5592fb1b29f9.zip |
Stable on amd64 wrt security bug #189440
(Portage version: 2.1.3.7)
Diffstat (limited to 'app-text/po4a')
-rw-r--r-- | app-text/po4a/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.32-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/po4a/ChangeLog b/app-text/po4a/ChangeLog index ff6dd4bfebed..207226830885 100644 --- a/app-text/po4a/ChangeLog +++ b/app-text/po4a/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/po4a # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.25 2007/08/25 17:54:23 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.26 2007/08/25 18:03:02 angelos Exp $ + + 25 Aug 2007; Christoph Mende <angelos@gentoo.org> po4a-0.32-r1.ebuild: + Stable on amd64 wrt security bug #189440 *po4a-0.32-r1 (25 Aug 2007) diff --git a/app-text/po4a/po4a-0.32-r1.ebuild b/app-text/po4a/po4a-0.32-r1.ebuild index d2be40b7365e..7c02f0f58bbe 100644 --- a/app-text/po4a/po4a-0.32-r1.ebuild +++ b/app-text/po4a/po4a-0.32-r1.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/app-text/po4a/po4a-0.32-r1.ebuild,v 1.1 2007/08/25 17:54:23 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.32-r1.ebuild,v 1.2 2007/08/25 18:03:02 angelos Exp $ inherit eutils perl-app @@ -10,7 +10,7 @@ SRC_URI="http://alioth.debian.org/frs/download.php/2108/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86" IUSE="test" SRC_TEST="do" |