diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-27 18:01:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-27 18:01:28 +0000 |
commit | 4d72e5ab41537da6b702931f712bb1b80bb46a9e (patch) | |
tree | 67816c8dba62a9e62ffe405af77ea03cd22418ea /media-libs | |
parent | Marked ~m68k-mint, bug #364787 (diff) | |
download | gentoo-2-4d72e5ab41537da6b702931f712bb1b80bb46a9e.tar.gz gentoo-2-4d72e5ab41537da6b702931f712bb1b80bb46a9e.tar.bz2 gentoo-2-4d72e5ab41537da6b702931f712bb1b80bb46a9e.zip |
Marked ~m68k-mint, bug #364787
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/tiff/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/tiff/tiff-4.0.0_beta7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index 002bec182b85..195d54889429 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/tiff # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.168 2011/04/23 16:38:13 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.169 2011/04/27 18:01:28 grobian Exp $ + + 27 Apr 2011; Fabian Groffen <grobian@gentoo.org> tiff-4.0.0_beta7.ebuild: + Marked ~m68k-mint, bug #364787 23 Apr 2011; Steve Arnold <nerdboy@gentoo.org> tiff-3.9.4-r1.ebuild, tiff-3.9.5.ebuild, tiff-4.0.0_beta7.ebuild: diff --git a/media-libs/tiff/tiff-4.0.0_beta7.ebuild b/media-libs/tiff/tiff-4.0.0_beta7.ebuild index 52a344cd031c..2e26f6a70054 100644 --- a/media-libs/tiff/tiff-4.0.0_beta7.ebuild +++ b/media-libs/tiff/tiff-4.0.0_beta7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.0_beta7.ebuild,v 1.2 2011/04/23 16:38:13 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.0_beta7.ebuild,v 1.3 2011/04/27 18:01:28 grobian Exp $ EAPI=3 inherit eutils libtool @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+cxx jbig jpeg static-libs zlib" RDEPEND="jpeg? ( virtual/jpeg ) |