diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-27 16:30:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-27 16:30:41 +0000 |
commit | 8bbf6a5ad1290a92b6a7ea58ca9a79939d4034f1 (patch) | |
tree | 982d422eda10e3f9b93b3d7e0d6e5a29c3a4d621 | |
parent | Stable for amd64, wrt bug #532436 (diff) | |
download | gentoo-2-8bbf6a5ad1290a92b6a7ea58ca9a79939d4034f1.tar.gz gentoo-2-8bbf6a5ad1290a92b6a7ea58ca9a79939d4034f1.tar.bz2 gentoo-2-8bbf6a5ad1290a92b6a7ea58ca9a79939d4034f1.zip |
Stable for amd64, wrt bug #542714
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
-rw-r--r-- | app-office/texmaker/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texmaker/texmaker-4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog index 7e823c5a6a36..233a2b729289 100644 --- a/app-office/texmaker/ChangeLog +++ b/app-office/texmaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texmaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.147 2015/03/09 17:26:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.148 2015/03/27 16:30:41 ago Exp $ + + 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> texmaker-4.3.ebuild: + Stable for amd64, wrt bug #542714 09 Mar 2015; Justin Lecher <jlec@gentoo.org> texmaker-4.4.1.ebuild: Set default qt choice diff --git a/app-office/texmaker/texmaker-4.3.ebuild b/app-office/texmaker/texmaker-4.3.ebuild index b2b18fb2ef83..4a279f0f6413 100644 --- a/app-office/texmaker/texmaker-4.3.ebuild +++ b/app-office/texmaker/texmaker-4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.3.ebuild,v 1.3 2015/03/02 09:04:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-4.3.ebuild,v 1.4 2015/03/27 16:30:41 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}" |