diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-14 15:33:09 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-14 15:33:09 +0000 |
commit | 33eafd7d4ded54655d3f32c4bae568c9b4b68305 (patch) | |
tree | bf7983a29092560d9bb123aec563c868d2ad8b74 /media-gfx/sam2p | |
parent | Added ~ppc64; bug #194282 (diff) | |
download | gentoo-2-33eafd7d4ded54655d3f32c4bae568c9b4b68305.tar.gz gentoo-2-33eafd7d4ded54655d3f32c4bae568c9b4b68305.tar.bz2 gentoo-2-33eafd7d4ded54655d3f32c4bae568c9b4b68305.zip |
Added ~ppc64; bug #194359
(Portage version: 2.1.3.9)
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 a678e6847d7d..daf862ba2fa7 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.17 2007/09/01 12:48:15 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.18 2007/10/14 15:33:09 corsair Exp $ + + 14 Oct 2007; Markus Rothe <corsair@gentoo.org> sam2p-0.45.ebuild: + Added ~ppc64; bug #194359 01 Sep 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing twp from metadata due to his retirement (see #190561 for reference). diff --git a/media-gfx/sam2p/sam2p-0.45.ebuild b/media-gfx/sam2p/sam2p-0.45.ebuild index 3aaf0edc0332..7e6c4ba759b4 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.5 2007/09/01 11:45:59 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.45.ebuild,v 1.6 2007/10/14 15:33:09 corsair 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 x86" +KEYWORDS="~amd64 ppc ~ppc64 x86" IUSE="gif" DEPEND="dev-lang/perl" RDEPEND="virtual/libc" |