diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-02-04 17:30:08 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-02-04 17:30:08 +0000 |
commit | 7e7768e379bd3c9948c537498539e23144d66868 (patch) | |
tree | e5b1efeb4c7cf1a062aabfeea8c1f07b3eeaaf2a | |
parent | Stable on amd64 wrt bug #302842 (diff) | |
download | gentoo-2-7e7768e379bd3c9948c537498539e23144d66868.tar.gz gentoo-2-7e7768e379bd3c9948c537498539e23144d66868.tar.bz2 gentoo-2-7e7768e379bd3c9948c537498539e23144d66868.zip |
Stable on amd64 wrt bug #303439
(Portage version: 2.2_rc62/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/qcomicbook/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/qcomicbook/qcomicbook-0.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/qcomicbook/ChangeLog b/x11-misc/qcomicbook/ChangeLog index 92e94e3e57ec..5abcafeaf2d6 100644 --- a/x11-misc/qcomicbook/ChangeLog +++ b/x11-misc/qcomicbook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/qcomicbook # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.29 2010/02/04 14:34:44 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/ChangeLog,v 1.30 2010/02/04 17:30:08 hwoarang Exp $ + + 04 Feb 2010; Markos Chandras <hwoarang@gentoo.org> + qcomicbook-0.5.0.ebuild: + Stable on amd64 wrt bug #303439 04 Feb 2010; Ben de Groot <yngwin@gentoo.org> qcomicbook-0.5.0.ebuild, metadata.xml: diff --git a/x11-misc/qcomicbook/qcomicbook-0.5.0.ebuild b/x11-misc/qcomicbook/qcomicbook-0.5.0.ebuild index 49f18ea83fb4..4a8475659e86 100644 --- a/x11-misc/qcomicbook/qcomicbook-0.5.0.ebuild +++ b/x11-misc/qcomicbook/qcomicbook-0.5.0.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/x11-misc/qcomicbook/qcomicbook-0.5.0.ebuild,v 1.3 2010/02/04 14:34:44 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qcomicbook/qcomicbook-0.5.0.ebuild,v 1.4 2010/02/04 17:30:08 hwoarang Exp $ EAPI=2 CMAKE_IN_SOURCE_BUILD=1 @@ -12,7 +12,7 @@ SRC_URI="http://cloud.github.com/downloads/stolowski/QComicBook/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="debug" DEPEND="x11-libs/qt-gui:4" |