diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-03-28 03:39:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-03-28 03:39:34 +0000 |
commit | ef3748966a42eb28234c5d6e7fbb6950557a58b6 (patch) | |
tree | 6a8cc8e91b82464d4879b06b666d76c704176f3d /media-gfx/jhead | |
parent | Bug #155138, version bump, now that it is finally big-endian safe again. (diff) | |
download | gentoo-2-ef3748966a42eb28234c5d6e7fbb6950557a58b6.tar.gz gentoo-2-ef3748966a42eb28234c5d6e7fbb6950557a58b6.tar.bz2 gentoo-2-ef3748966a42eb28234c5d6e7fbb6950557a58b6.zip |
Stable for HPPA too.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-gfx/jhead')
-rw-r--r-- | media-gfx/jhead/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/jhead/jhead-2.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/jhead/ChangeLog b/media-gfx/jhead/ChangeLog index dbc196a408f4..b44aae970eca 100644 --- a/media-gfx/jhead/ChangeLog +++ b/media-gfx/jhead/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/jhead # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.55 2007/03/26 14:46:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.56 2007/03/28 03:39:34 jer Exp $ + + 28 Mar 2007; Jeroen Roovers <jer@gentoo.org> : + Stable for HPPA too. 26 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> jhead-2.7.ebuild: Stable on sparc diff --git a/media-gfx/jhead/jhead-2.7.ebuild b/media-gfx/jhead/jhead-2.7.ebuild index e4ffeb8fe5d0..e1ed936cf917 100644 --- a/media-gfx/jhead/jhead-2.7.ebuild +++ b/media-gfx/jhead/jhead-2.7.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/jhead/jhead-2.7.ebuild,v 1.3 2007/03/26 14:46:31 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.7.ebuild,v 1.4 2007/03/28 03:39:34 jer Exp $ inherit eutils toolchain-funcs @@ -9,7 +9,7 @@ HOMEPAGE="http://www.sentex.net/~mwandel/jhead/" SRC_URI="http://www.sentex.net/~mwandel/jhead/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc-macos ~ppc64 sparc x86" IUSE="" DEPEND="virtual/libc" |