summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2004-12-28 20:33:00 +0000
committerChris White <chriswhite@gentoo.org>2004-12-28 20:33:00 +0000
commit6bd4726c0ed6dfb24f6a4f2a446deee4b369b689 (patch)
tree893c7720a4be80f287b05e938987d2081fb12fe2 /net-libs/gecko-sdk
parentMoved dev-libs/gsl to sci-libs/gsl (diff)
downloadgentoo-2-6bd4726c0ed6dfb24f6a4f2a446deee4b369b689.tar.gz
gentoo-2-6bd4726c0ed6dfb24f6a4f2a446deee4b369b689.tar.bz2
gentoo-2-6bd4726c0ed6dfb24f6a4f2a446deee4b369b689.zip
Added to stable as this should have been (ugh).
Diffstat (limited to 'net-libs/gecko-sdk')
-rw-r--r--net-libs/gecko-sdk/ChangeLog5
-rw-r--r--net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gecko-sdk/ChangeLog b/net-libs/gecko-sdk/ChangeLog
index 9200853e2887..b7bf1d56c212 100644
--- a/net-libs/gecko-sdk/ChangeLog
+++ b/net-libs/gecko-sdk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gecko-sdk
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/ChangeLog,v 1.4 2004/12/02 15:20:00 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/ChangeLog,v 1.5 2004/12/28 20:33:00 chriswhite Exp $
+
+ 29 Dec 2004; Chris White <chriswhite@gentoo.org> gecko-sdk-1.7.3.ebuild:
+ Added to stable as this should have been (ugh).
03 Dec 2004; Chris White <chriswhite@gentoo.org> gecko-sdk-1.7.3.ebuild:
Added ~x86 keywords.
diff --git a/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild b/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild
index e903d11dbb5c..c0ff7462a152 100644
--- a/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild
+++ b/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild,v 1.3 2004/12/02 15:20:00 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gecko-sdk/gecko-sdk-1.7.3.ebuild,v 1.4 2004/12/28 20:33:00 chriswhite Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozilla makeedit
@@ -18,7 +18,7 @@ MY_PV=${MY_PV/_rc/rc} # handle rc
DESCRIPTION="Gecko SDK"
HOMEPAGE="http://www.mozilla.org"
SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla${MY_PV}/src/mozilla-source-${MY_PV}.tar.bz2"
-KEYWORDS="~x86 ppc"
+KEYWORDS="x86 ppc"
SLOT="0"
LICENSE="MPL-1.1 NPL-1.1"
RDEPEND=""