diff options
author | Jason Wever <weeve@gentoo.org> | 2004-01-27 14:37:15 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-01-27 14:37:15 +0000 |
commit | 50fb293e7a9032ed40534a78c118f2fb744f66b3 (patch) | |
tree | a4dc3b4dff7b54b89423e9fa83ddbf73ef2d14a1 | |
parent | install cups backends with 0755 (Manifest recommit) (diff) | |
download | gentoo-2-50fb293e7a9032ed40534a78c118f2fb744f66b3.tar.gz gentoo-2-50fb293e7a9032ed40534a78c118f2fb744f66b3.tar.bz2 gentoo-2-50fb293e7a9032ed40534a78c118f2fb744f66b3.zip |
Added ~sparc keyword.
-rw-r--r-- | media-sound/grip/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/grip/grip-3.1.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/grip/ChangeLog b/media-sound/grip/ChangeLog index 04ee0cf11a63..5ac8a27b3fa8 100644 --- a/media-sound/grip/ChangeLog +++ b/media-sound/grip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/grip -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.25 2004/01/24 06:16:12 raker Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/ChangeLog,v 1.26 2004/01/27 14:37:15 weeve Exp $ + + 27 Jan 2004; Jason Wever <weeve@gentoo.org> grip-3.1.4.ebuild: + Added ~sparc keyword. 23 Jan 2004; Nick Hadaway <raker@gentoo.org> grip-*.ebuild: Loosened gtk+ dependancy on the 3.1.x series. See bug #36490. Thanks diff --git a/media-sound/grip/grip-3.1.4.ebuild b/media-sound/grip/grip-3.1.4.ebuild index e1ba1c8bb93f..113415de58e8 100644 --- a/media-sound/grip/grip-3.1.4.ebuild +++ b/media-sound/grip/grip-3.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.1.4.ebuild,v 1.2 2004/01/24 06:16:12 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/grip/grip-3.1.4.ebuild,v 1.3 2004/01/27 14:37:15 weeve Exp $ inherit eutils @@ -24,7 +24,7 @@ DEPEND=">=x11-libs/gtk+-2.2 IUSE="nls oggvorbis" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~hppa" +KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~hppa ~sparc" src_unpack() { unpack ${A} |