diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-10-23 17:55:17 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-10-23 17:55:17 +0000 |
commit | c48ef3fd820ef2ce1507dab571249ada7ce16c81 (patch) | |
tree | 447086ddc39701bd88fd83fd52c1f63e7e9effcf /media-gfx/sam2p | |
parent | Version bump. (diff) | |
download | gentoo-2-c48ef3fd820ef2ce1507dab571249ada7ce16c81.tar.gz gentoo-2-c48ef3fd820ef2ce1507dab571249ada7ce16c81.tar.bz2 gentoo-2-c48ef3fd820ef2ce1507dab571249ada7ce16c81.zip |
Add ~sparc for testing (seems to be needed in Bug #195815).
(Portage version: 2.1.3.15)
Diffstat (limited to 'media-gfx/sam2p')
-rw-r--r-- | media-gfx/sam2p/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/sam2p/sam2p-0.45.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/sam2p/ChangeLog b/media-gfx/sam2p/ChangeLog index daf862ba2fa7..b8378e06b149 100644 --- a/media-gfx/sam2p/ChangeLog +++ b/media-gfx/sam2p/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/sam2p # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.18 2007/10/14 15:33:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.19 2007/10/23 17:55:17 fmccor Exp $ + + 23 Oct 2007; Ferris McCormick <fmccor@gentoo.org> sam2p-0.45.ebuild: + Add ~sparc for testing (seems to be needed in Bug #195815). 14 Oct 2007; Markus Rothe <corsair@gentoo.org> sam2p-0.45.ebuild: Added ~ppc64; bug #194359 diff --git a/media-gfx/sam2p/sam2p-0.45.ebuild b/media-gfx/sam2p/sam2p-0.45.ebuild index 7e6c4ba759b4..5aa4cd160973 100644 --- a/media-gfx/sam2p/sam2p-0.45.ebuild +++ b/media-gfx/sam2p/sam2p-0.45.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/sam2p/sam2p-0.45.ebuild,v 1.6 2007/10/14 15:33:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.45.ebuild,v 1.7 2007/10/23 17:55:17 fmccor Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.inf.bme.hu/~pts/sam2p/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 x86" +KEYWORDS="~amd64 ppc ~ppc64 ~sparc x86" IUSE="gif" DEPEND="dev-lang/perl" RDEPEND="virtual/libc" |