diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-12-03 13:46:21 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-12-03 13:46:21 +0000 |
commit | f45d71df0354a89adae6120d991e2f69e4fdc450 (patch) | |
tree | 3adda383289c85aa367421f56e0fa8e3567a60be /app-emacs/thumbs | |
parent | add ~x86 keyword, bug #200015 (diff) | |
download | gentoo-2-f45d71df0354a89adae6120d991e2f69e4fdc450.tar.gz gentoo-2-f45d71df0354a89adae6120d991e2f69e4fdc450.tar.bz2 gentoo-2-f45d71df0354a89adae6120d991e2f69e4fdc450.zip |
Stable on amd64 wrt bug #196255
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/thumbs')
-rw-r--r-- | app-emacs/thumbs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/thumbs/thumbs-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/thumbs/ChangeLog b/app-emacs/thumbs/ChangeLog index d682e186e6a6..d19745d0ef50 100644 --- a/app-emacs/thumbs/ChangeLog +++ b/app-emacs/thumbs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/thumbs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.17 2007/12/02 14:28:58 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.18 2007/12/03 13:46:21 angelos Exp $ + + 03 Dec 2007; Christoph Mende <angelos@gentoo.org> thumbs-2.0.ebuild: + Stable on amd64 wrt bug #196255 02 Dec 2007; Christian Faulhammer <opfer@gentoo.org> -thumbs-1.8.ebuild: clean up diff --git a/app-emacs/thumbs/thumbs-2.0.ebuild b/app-emacs/thumbs/thumbs-2.0.ebuild index ce8b0a14d642..7c54a5c0356c 100644 --- a/app-emacs/thumbs/thumbs-2.0.ebuild +++ b/app-emacs/thumbs/thumbs-2.0.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/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.3 2007/10/23 09:46:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.4 2007/12/03 13:46:21 angelos Exp $ inherit elisp eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.el.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="" DEPEND="media-gfx/imagemagick" |