diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-02-01 20:32:44 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-02-01 20:32:44 +0000 |
commit | 0552f2bba55e140e9438edac99ec55f35ff5b5d1 (patch) | |
tree | 7b5b3b8b6a508c7c1bcd81be697ef2626972402a /app-editors | |
parent | Version bump to 1.4.3. (diff) | |
download | gentoo-2-0552f2bba55e140e9438edac99ec55f35ff5b5d1.tar.gz gentoo-2-0552f2bba55e140e9438edac99ec55f35ff5b5d1.tar.bz2 gentoo-2-0552f2bba55e140e9438edac99ec55f35ff5b5d1.zip |
Stable on amd64 wrt bug #301903
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qxmledit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog index d11fadc2bf0e..8370f34dd774 100644 --- a/app-editors/qxmledit/ChangeLog +++ b/app-editors/qxmledit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/qxmledit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.4 2010/01/31 11:20:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.5 2010/02/01 20:32:44 hwoarang Exp $ + + 01 Feb 2010; Markos Chandras <hwoarang@gentoo.org> + qxmledit-0.3.0-r1.ebuild: + Stable on amd64 wrt bug #301903 *qxmledit-0.4.3 (31 Jan 2010) diff --git a/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild b/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild index 2404165316d4..1594b931af16 100644 --- a/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild +++ b/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild,v 1.1 2009/12/21 15:36:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.3.0-r1.ebuild,v 1.2 2010/02/01 20:32:44 hwoarang Exp $ EAPI="2" @@ -15,7 +15,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" |