diff options
author | 2007-04-09 13:32:37 +0000 | |
---|---|---|
committer | 2007-04-09 13:32:37 +0000 | |
commit | 71b426a25ed6076be327bcfc87a6f68e3b762b95 (patch) | |
tree | a0b6779f033dd2d67f7e7f467f70476766076286 /app-text | |
parent | x86 stable wrt bug 173844 (diff) | |
download | gentoo-2-71b426a25ed6076be327bcfc87a6f68e3b762b95.tar.gz gentoo-2-71b426a25ed6076be327bcfc87a6f68e3b762b95.tar.bz2 gentoo-2-71b426a25ed6076be327bcfc87a6f68e3b762b95.zip |
x86 stable wrt bug 173847
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/unrtf/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/unrtf/unrtf-0.20.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/unrtf/ChangeLog b/app-text/unrtf/ChangeLog index eeb4fdd3a547..6ae908c85d3f 100644 --- a/app-text/unrtf/ChangeLog +++ b/app-text/unrtf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/unrtf -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.23 2006/05/28 20:06:16 robbat2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.24 2007/04/09 13:32:37 armin76 Exp $ + + 09 Apr 2007; Raúl Porcel <armin76@gentoo.org> unrtf-0.20.1.ebuild: + x86 stable wrt bug 173847 28 May 2006; Robin H. Johnson <robbat2@gentoo.org> -unrtf-0.19.0.ebuild, -unrtf-0.19.3.ebuild: diff --git a/app-text/unrtf/unrtf-0.20.1.ebuild b/app-text/unrtf/unrtf-0.20.1.ebuild index b1312ba80a17..015e4b9aa2d5 100644 --- a/app-text/unrtf/unrtf-0.20.1.ebuild +++ b/app-text/unrtf/unrtf-0.20.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.20.1.ebuild,v 1.1 2006/05/25 04:58:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.20.1.ebuild,v 1.2 2007/04/09 13:32:37 armin76 Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.gnu.org/software/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~s390 ~x86 ~sparc" +KEYWORDS="~amd64 ~ppc ~s390 ~sparc x86" IUSE="" DEPEND="virtual/libc" |