diff options
author | 2007-09-01 11:31:03 +0000 | |
---|---|---|
committer | 2007-09-01 11:31:03 +0000 | |
commit | da84d28b119b87c112373d21763211c09ec2acb5 (patch) | |
tree | e43928743184737fef26dd74deadc7bcc0a44679 /media-gfx | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-da84d28b119b87c112373d21763211c09ec2acb5.tar.gz gentoo-2-da84d28b119b87c112373d21763211c09ec2acb5.tar.bz2 gentoo-2-da84d28b119b87c112373d21763211c09ec2acb5.zip |
Stable on ppc wrt bug 154787
(Portage version: 2.1.2.12)
Diffstat (limited to 'media-gfx')
-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 85b86e81036b..13d2aa93bd51 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.14 2007/02/12 18:36:46 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.15 2007/09/01 11:31:03 nixnut Exp $ + + 01 Sep 2007; nixnut <nixnut@gentoo.org> sam2p-0.45.ebuild: + Stable on ppc wrt bug 154787 12 Feb 2007; Simon Stelling <blubb@gentoo.org> sam2p-0.45.ebuild: RESTRICT=test as it doesn't work and mark ~amd64; bug 155062 diff --git a/media-gfx/sam2p/sam2p-0.45.ebuild b/media-gfx/sam2p/sam2p-0.45.ebuild index 473f5bac8254..333486b51c39 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.3 2007/06/26 02:11:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.45.ebuild,v 1.4 2007/09/01 11:31:03 nixnut 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 ~x86" IUSE="gif" DEPEND="dev-lang/perl" RDEPEND="virtual/libc" |