diff options
author | 2013-03-13 11:26:01 +0000 | |
---|---|---|
committer | 2013-03-13 11:26:01 +0000 | |
commit | 52e627e7c1a70e2566c306d3ba455d44e610ce8e (patch) | |
tree | 7b483358fc179b86a9cc85f143b4717fe11b0cdf /app-office/texmaker | |
parent | Stable for ppc64, wrt bug #461104 (diff) | |
download | gentoo-2-52e627e7c1a70e2566c306d3ba455d44e610ce8e.tar.gz gentoo-2-52e627e7c1a70e2566c306d3ba455d44e610ce8e.tar.bz2 gentoo-2-52e627e7c1a70e2566c306d3ba455d44e610ce8e.zip |
Stable for ppc64, wrt bug #461072
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-office/texmaker')
-rw-r--r-- | app-office/texmaker/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-3.5.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index d1107bfc6617..2e5c648eb870 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.122 2013/03/13 10:55:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.123 2013/03/13 11:26:01 ago Exp $ + + 13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texmaker-3.5.2-r1.ebuild: + Stable for ppc64, wrt bug #461072 13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texmaker-3.5.2-r1.ebuild: Stable for ppc, wrt bug #461072 diff --git a/app-office/texmaker/texmaker-3.5.2-r1.ebuild b/app-office/texmaker/texmaker-3.5.2-r1.ebuild index 84196d956545..9bb5fda08741 100644 --- a/app-office/texmaker/texmaker-3.5.2-r1.ebuild +++ b/app-office/texmaker/texmaker-3.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-3.5.2-r1.ebuild,v 1.5 2013/03/13 10:55:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-3.5.2-r1.ebuild,v 1.6 2013/03/13 11:26:01 ago Exp $ EAPI=4 @@ -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}" |