diff options
author | Jason Wever <weeve@gentoo.org> | 2004-05-11 04:31:28 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-05-11 04:31:28 +0000 |
commit | 1c91507732ea4c07b41ce12fc4b9aa0c78db564e (patch) | |
tree | dbcfeae6991a0059b4cd8bf89140c395167bca30 /app-emacs/thumbs | |
parent | Added ~sparc keyword to help resolve bug #50695. (Manifest recommit) (diff) | |
download | gentoo-2-1c91507732ea4c07b41ce12fc4b9aa0c78db564e.tar.gz gentoo-2-1c91507732ea4c07b41ce12fc4b9aa0c78db564e.tar.bz2 gentoo-2-1c91507732ea4c07b41ce12fc4b9aa0c78db564e.zip |
Added ~sparc keyword to help resolve bug #50695.
Diffstat (limited to 'app-emacs/thumbs')
-rw-r--r-- | app-emacs/thumbs/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/thumbs/thumbs-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/thumbs/thumbs-1.8.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-emacs/thumbs/ChangeLog b/app-emacs/thumbs/ChangeLog index e4fdc6dc193c..d956ca222b1d 100644 --- a/app-emacs/thumbs/ChangeLog +++ b/app-emacs/thumbs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/thumbs -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.3 2003/09/25 04:51:05 mkennedy Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.4 2004/05/11 04:27:29 weeve Exp $ + + 10 May 2004; Jason Wever <weeve@gentoo.org> thumbs-1.8.ebuild: + Added ~sparc keyword to help resolve bug #50695. *thumbs-1.8 (24 Sep 2003) diff --git a/app-emacs/thumbs/thumbs-0.8.1.ebuild b/app-emacs/thumbs/thumbs-0.8.1.ebuild index cdafd26401d7..c26222c8e70b 100644 --- a/app-emacs/thumbs/thumbs-0.8.1.ebuild +++ b/app-emacs/thumbs/thumbs-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-0.8.1.ebuild,v 1.4 2003/09/11 00:56:11 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-0.8.1.ebuild,v 1.5 2004/05/11 04:27:29 weeve Exp $ inherit elisp diff --git a/app-emacs/thumbs/thumbs-1.8.ebuild b/app-emacs/thumbs/thumbs-1.8.ebuild index 6d8796385ab6..dcc60f149b5c 100644 --- a/app-emacs/thumbs/thumbs-1.8.ebuild +++ b/app-emacs/thumbs/thumbs-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-1.8.ebuild,v 1.2 2004/04/06 03:49:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-1.8.ebuild,v 1.3 2004/05/11 04:27:29 weeve Exp $ inherit elisp eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" DEPEND="virtual/emacs media-gfx/imagemagick" |