diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-02 02:12:31 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-02 02:12:31 +0000 |
commit | 0dbf569ba32fef2edd9ae57a76fd23b125851dc7 (patch) | |
tree | 35df88b1754fc4af069eef3d697913e5331acc67 /media-gfx | |
parent | Add missing net-libs/gecko-sdk USE flag description. (diff) | |
download | gentoo-2-0dbf569ba32fef2edd9ae57a76fd23b125851dc7.tar.gz gentoo-2-0dbf569ba32fef2edd9ae57a76fd23b125851dc7.tar.bz2 gentoo-2-0dbf569ba32fef2edd9ae57a76fd23b125851dc7.zip |
Add ~amd64, bug 164245
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/comical/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/comical/comical-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/comical/ChangeLog b/media-gfx/comical/ChangeLog index 497238d212f3..0cd939a870dd 100644 --- a/media-gfx/comical/ChangeLog +++ b/media-gfx/comical/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/comical # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/comical/ChangeLog,v 1.3 2007/01/08 07:07:51 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/comical/ChangeLog,v 1.4 2007/02/02 02:12:31 beandog Exp $ + + 02 Feb 2007; Steve Dibb <beandog@gentoo.org> comical-0.8.ebuild: + Add ~amd64, bug 164245 08 Jan 2007; Javier Villavicencio <the_paya@gentoo.org> comical-0.8.ebuild: diff --git a/media-gfx/comical/comical-0.8.ebuild b/media-gfx/comical/comical-0.8.ebuild index 051abcebd669..889153ea24bd 100644 --- a/media-gfx/comical/comical-0.8.ebuild +++ b/media-gfx/comical/comical-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/comical/comical-0.8.ebuild,v 1.3 2007/01/08 07:07:51 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/comical/comical-0.8.ebuild,v 1.4 2007/02/02 02:12:31 beandog Exp $ inherit wxwidgets eutils DESCRIPTION="Comical is a sequential image display program, to deal with .cbr and .cbz files." @@ -11,7 +11,7 @@ LICENSE="GPL-2 unRAR" SLOT="0" -KEYWORDS="x86 ~x86-fbsd" +KEYWORDS="~amd64 x86 ~x86-fbsd" DEPEND=">=x11-libs/wxGTK-2.6.2" |