diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 17:51:08 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-01-04 17:51:08 +0000 |
commit | 71ef35d393feb764c06049bc6aaed96577a333b5 (patch) | |
tree | ee781f21e9be4ee350edb45d9c3ff59808ca92eb /app-office | |
parent | x86 stable wrt bug #395719 (diff) | |
download | gentoo-2-71ef35d393feb764c06049bc6aaed96577a333b5.tar.gz gentoo-2-71ef35d393feb764c06049bc6aaed96577a333b5.tar.bz2 gentoo-2-71ef35d393feb764c06049bc6aaed96577a333b5.zip |
x86 stable wrt bug #395053
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texmaker/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index 1bdaae2e4b2b..32d4061ca983 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmaker -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.90 2011/12/22 11:22:26 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.91 2012/01/04 17:51:08 phajdan.jr Exp $ + + 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> texmaker-3.1.ebuild: + x86 stable wrt bug #395053 *texmaker-3.2 (22 Dec 2011) diff --git a/app-office/texmaker/texmaker-3.1.ebuild b/app-office/texmaker/texmaker-3.1.ebuild index 3e352d5c6271..c6579a3a4e22 100644 --- a/app-office/texmaker/texmaker-3.1.ebuild +++ b/app-office/texmaker/texmaker-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-3.1.ebuild,v 1.5 2011/12/20 20:49:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-3.1.ebuild,v 1.6 2012/01/04 17:51:08 phajdan.jr Exp $ EAPI="3" @@ -25,7 +25,7 @@ SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}/${MY_P}" |