diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-13 09:12:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-13 09:12:46 +0000 |
commit | 6718886849510c975c5e79b91c7f54542147f88b (patch) | |
tree | 80f43fb68250f741a88c8fdaeb0e4c08dbe9a52e /app-office/texmaker | |
parent | Stable for amd64, wrt bug #433772 (diff) | |
download | gentoo-2-6718886849510c975c5e79b91c7f54542147f88b.tar.gz gentoo-2-6718886849510c975c5e79b91c7f54542147f88b.tar.bz2 gentoo-2-6718886849510c975c5e79b91c7f54542147f88b.zip |
Stable for amd64, wrt bug #461072
(Portage version: 2.1.11.52/cvs/Linux x86_64, 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 f9a1ec8a39d0..8bb5bdb257c1 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.119 2013/03/12 17:42:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.120 2013/03/13 09:12:46 ago Exp $ + + 13 Mar 2013; Agostino Sarubbo <ago@gentoo.org> texmaker-3.5.2-r1.ebuild: + Stable for amd64, wrt bug #461072 *texmaker-4.0 (12 Mar 2013) diff --git a/app-office/texmaker/texmaker-3.5.2-r1.ebuild b/app-office/texmaker/texmaker-3.5.2-r1.ebuild index 338a1241b7c6..c2ead1ee5415 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.2 2013/03/02 19:38:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-3.5.2-r1.ebuild,v 1.3 2013/03/13 09:12:46 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}" |