diff options
Diffstat (limited to 'app-editors/qxmledit')
-rw-r--r-- | app-editors/qxmledit/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog index c13aa5e3ec03..a4e64b301539 100644 --- a/app-editors/qxmledit/ChangeLog +++ b/app-editors/qxmledit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/qxmledit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.18 2012/02/14 17:14:28 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.19 2012/02/17 11:06:45 phajdan.jr Exp $ + + 17 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> qxmledit-0.4.9.ebuild: + x86 stable wrt bug #396793 14 Feb 2012; Torsten Veller <tove@gentoo.org> qxmledit-0.6.1.ebuild: Fix ebuild header (#398773) diff --git a/app-editors/qxmledit/qxmledit-0.4.9.ebuild b/app-editors/qxmledit/qxmledit-0.4.9.ebuild index f15061bae1fb..3f26bfd4079d 100644 --- a/app-editors/qxmledit/qxmledit-0.4.9.ebuild +++ b/app-editors/qxmledit/qxmledit-0.4.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.4.9.ebuild,v 1.2 2012/02/03 14:46:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.4.9.ebuild,v 1.3 2012/02/17 11:06:45 phajdan.jr Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" DEPEND="x11-libs/qt-gui:4" |