diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-06-08 12:00:53 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-06-08 12:00:53 +0000 |
commit | 7333da8246bfca5cc307f9475e75d6526f1c8f4c (patch) | |
tree | 4912458889bd6f1ec4fbeee92eb50f709d789db2 /app-text/nfoview | |
parent | x86 stable wrt bug #418647 (diff) | |
download | gentoo-2-7333da8246bfca5cc307f9475e75d6526f1c8f4c.tar.gz gentoo-2-7333da8246bfca5cc307f9475e75d6526f1c8f4c.tar.bz2 gentoo-2-7333da8246bfca5cc307f9475e75d6526f1c8f4c.zip |
x86 stable wrt bug #418651
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'app-text/nfoview')
-rw-r--r-- | app-text/nfoview/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/nfoview/nfoview-1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/nfoview/ChangeLog b/app-text/nfoview/ChangeLog index f73af8af52d7..4b72e94edfae 100644 --- a/app-text/nfoview/ChangeLog +++ b/app-text/nfoview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/nfoview # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v 1.22 2012/06/02 10:46:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v 1.23 2012/06/08 12:00:53 phajdan.jr Exp $ + + 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> nfoview-1.10.ebuild: + x86 stable wrt bug #418651 02 Jun 2012; Agostino Sarubbo <ago@gentoo.org> nfoview-1.10.ebuild: Stable for amd64, wrt bug #418651 diff --git a/app-text/nfoview/nfoview-1.10.ebuild b/app-text/nfoview/nfoview-1.10.ebuild index 3dc4257b9175..cffacd5c0bf7 100644 --- a/app-text/nfoview/nfoview-1.10.ebuild +++ b/app-text/nfoview/nfoview-1.10.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/nfoview/nfoview-1.10.ebuild,v 1.3 2012/06/02 10:46:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/nfoview-1.10.ebuild,v 1.4 2012/06/08 12:00:53 phajdan.jr Exp $ EAPI=3 @@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then #KEYWORDS="" else SRC_URI="http://download.gna.org/nfoview/1.10/${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage" |