diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-21 19:54:05 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-21 19:54:05 +0000 |
commit | 39e7fe6a692151e94ffd662fbf222042ace4bb10 (patch) | |
tree | 4658df48ff1916f5d0210a273378fd887bf6f0f9 /media-gfx | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-39e7fe6a692151e94ffd662fbf222042ace4bb10.tar.gz gentoo-2-39e7fe6a692151e94ffd662fbf222042ace4bb10.tar.bz2 gentoo-2-39e7fe6a692151e94ffd662fbf222042ace4bb10.zip |
Stable on ppc64
(Portage version: 2.0.54-r2)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/dcraw/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/dcraw/dcraw-8.03.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/dcraw/ChangeLog b/media-gfx/dcraw/ChangeLog index 0c4b0e6f7b98..264581b55c7b 100644 --- a/media-gfx/dcraw/ChangeLog +++ b/media-gfx/dcraw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/dcraw # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/ChangeLog,v 1.20 2006/03/25 18:37:51 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/ChangeLog,v 1.21 2006/05/21 19:54:05 corsair Exp $ + + 21 May 2006; Markus Rothe <corsair@gentoo.org> dcraw-8.03.ebuild: + Stable on ppc64 25 Mar 2006; Bryan Østergaard <kloeri@gentoo.org dcraw-8.03.ebuild: Add ~alpha keyword, bug 127432. diff --git a/media-gfx/dcraw/dcraw-8.03.ebuild b/media-gfx/dcraw/dcraw-8.03.ebuild index 7b3a211ea615..c4f24b7c37ab 100644 --- a/media-gfx/dcraw/dcraw-8.03.ebuild +++ b/media-gfx/dcraw/dcraw-8.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.03.ebuild,v 1.3 2006/03/25 18:37:51 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.03.ebuild,v 1.4 2006/05/21 19:54:05 corsair Exp $ inherit eutils flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" SRC_URI="http://dev.gentoo.org/~wschlich/src/media-gfx/dcraw/${P}.tar.bz2" LICENSE="freedist GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ppc64 ~sparc ~x86" DEPEND="virtual/libc >=media-libs/jpeg-6b media-libs/lcms" |