diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-03 13:28:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-03 13:28:20 +0000 |
commit | dd951b48a409b1ceb9ca6ef5500b8f2a9d99226e (patch) | |
tree | 13359d8b3b345e9fd9f71904cf61c524d2d3566c /app-office | |
parent | Stable for ppc, wrt bug #468220 (diff) | |
download | gentoo-2-dd951b48a409b1ceb9ca6ef5500b8f2a9d99226e.tar.gz gentoo-2-dd951b48a409b1ceb9ca6ef5500b8f2a9d99226e.tar.bz2 gentoo-2-dd951b48a409b1ceb9ca6ef5500b8f2a9d99226e.zip |
Stable for ppc, wrt bug #467478
(Portage version: 2.1.11.62/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texmaker/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-4.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index 7f2114ae1ecb..25ab907cba25 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.129 2013/04/27 22:37:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.130 2013/05/03 13:28:20 ago Exp $ + + 03 May 2013; Agostino Sarubbo <ago@gentoo.org> texmaker-4.0.1.ebuild: + Stable for ppc, wrt bug #467478 27 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texmaker-4.0.1.ebuild: Stable for x86, wrt bug #467478 diff --git a/app-office/texmaker/texmaker-4.0.1.ebuild b/app-office/texmaker/texmaker-4.0.1.ebuild index 0583f46b9aad..8b900fde9d12 100644 --- a/app-office/texmaker/texmaker-4.0.1.ebuild +++ b/app-office/texmaker/texmaker-4.0.1.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-4.0.1.ebuild,v 1.4 2013/04/27 22:37:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.0.1.ebuild,v 1.5 2013/05/03 13:28:20 ago Exp $ EAPI=5 @@ -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}" |