summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-24 13:12:35 +0000
committerJohannes Huber <johu@gentoo.org>2012-05-24 13:12:35 +0000
commit522b465a0f399c25d312bd465a81fec84bc2c02f (patch)
tree7fcdc23418f0e70c69d9b20583c3d6ffce293866 /app-text/unac
parentFix patch to avoid undefined behavior, bug \#417181 (diff)
downloadgentoo-2-522b465a0f399c25d312bd465a81fec84bc2c02f.tar.gz
gentoo-2-522b465a0f399c25d312bd465a81fec84bc2c02f.tar.bz2
gentoo-2-522b465a0f399c25d312bd465a81fec84bc2c02f.zip
Stable for x86, wrt bug #417359
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'app-text/unac')
-rw-r--r--app-text/unac/ChangeLog5
-rw-r--r--app-text/unac/unac-1.8.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/unac/ChangeLog b/app-text/unac/ChangeLog
index 3770acce85ba..b37e80fbd53a 100644
--- a/app-text/unac/ChangeLog
+++ b/app-text/unac/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/unac
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unac/ChangeLog,v 1.1 2012/02/15 16:57:25 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unac/ChangeLog,v 1.2 2012/05/24 13:12:35 johu Exp $
+
+ 24 May 2012; Johannes Huber <johu@gentoo.org> unac-1.8.0.ebuild:
+ Stable for x86, wrt bug #417359
*unac-1.8.0 (15 Feb 2012)
diff --git a/app-text/unac/unac-1.8.0.ebuild b/app-text/unac/unac-1.8.0.ebuild
index fc180a7cad13..2ca85502f8f9 100644
--- a/app-text/unac/unac-1.8.0.ebuild
+++ b/app-text/unac/unac-1.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/unac/unac-1.8.0.ebuild,v 1.1 2012/02/15 16:57:25 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/unac/unac-1.8.0.ebuild,v 1.2 2012/05/24 13:12:35 johu Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/u/unac/${P/-/_}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="static-libs test"
RDEPEND="virtual/libiconv"