diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-25 11:35:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-25 11:35:40 +0000 |
commit | cff3c814956371721c8cd8fd1a68d686b1da2207 (patch) | |
tree | 892ce103161a1c4b619c1f7f4da88535c5ff1d2b /app-text/unac | |
parent | Stable for amd64, wrt bug #417305 (diff) | |
download | gentoo-2-cff3c814956371721c8cd8fd1a68d686b1da2207.tar.gz gentoo-2-cff3c814956371721c8cd8fd1a68d686b1da2207.tar.bz2 gentoo-2-cff3c814956371721c8cd8fd1a68d686b1da2207.zip |
Stable for amd64, wrt bug #417359
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-text/unac')
-rw-r--r-- | app-text/unac/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/unac/unac-1.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/unac/ChangeLog b/app-text/unac/ChangeLog index b37e80fbd53a..7a6606b80fef 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.2 2012/05/24 13:12:35 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unac/ChangeLog,v 1.3 2012/05/25 11:35:40 ago Exp $ + + 25 May 2012; Agostino Sarubbo <ago@gentoo.org> unac-1.8.0.ebuild: + Stable for amd64, wrt bug #417359 24 May 2012; Johannes Huber <johu@gentoo.org> unac-1.8.0.ebuild: Stable for x86, wrt bug #417359 diff --git a/app-text/unac/unac-1.8.0.ebuild b/app-text/unac/unac-1.8.0.ebuild index 2ca85502f8f9..15c0604858cc 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.2 2012/05/24 13:12:35 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unac/unac-1.8.0.ebuild,v 1.3 2012/05/25 11:35:40 ago 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" |