diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-26 21:46:07 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-26 21:46:07 +0000 |
commit | ba058c5f5f0742ee6a6f49ffa2a1d1009c836629 (patch) | |
tree | dd8c270e4545b21e3167e9f647aad5f77fccfbf6 /app-editors | |
parent | Stable on amd64 wrt bug #325627 (diff) | |
download | gentoo-2-ba058c5f5f0742ee6a6f49ffa2a1d1009c836629.tar.gz gentoo-2-ba058c5f5f0742ee6a6f49ffa2a1d1009c836629.tar.bz2 gentoo-2-ba058c5f5f0742ee6a6f49ffa2a1d1009c836629.zip |
Stable on amd64 wrt bug #325629
(Portage version: 2.1.8.3/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.4.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/qxmledit/ChangeLog b/app-editors/qxmledit/ChangeLog index 5d10b42c540f..212a1f3f2a44 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.7 2010/04/13 17:50:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.8 2010/06/26 21:46:07 angelos Exp $ + + 26 Jun 2010; Christoph Mende <angelos@gentoo.org> + qxmledit-0.4.3-r1.ebuild: + Stable on amd64 wrt bug #325629 *qxmledit-0.4.3-r1 (13 Apr 2010) diff --git a/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild b/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild index 004ccc916989..6f8becbb7f20 100644 --- a/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild +++ b/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild @@ -1,6 +1,6 @@ # 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.4.3-r1.ebuild,v 1.1 2010/04/13 17:50:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.4.3-r1.ebuild,v 1.2 2010/06/26 21:46:07 angelos 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" |