summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Seidel <tuxus@gentoo.org>2003-03-16 10:03:52 +0000
committerJan Seidel <tuxus@gentoo.org>2003-03-16 10:03:52 +0000
commitbe8f6eae68142dbf8986fa5003319d3294b0a3b4 (patch)
treeb4c85b56df30e5042c77d0889fa656c15dc7cd12 /dev-util
parentUpdated all of the profile information to move sys-apps/bash to (diff)
downloadgentoo-2-be8f6eae68142dbf8986fa5003319d3294b0a3b4.tar.gz
gentoo-2-be8f6eae68142dbf8986fa5003319d3294b0a3b4.tar.bz2
gentoo-2-be8f6eae68142dbf8986fa5003319d3294b0a3b4.zip
Added mips to KEYWORDS
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgconfig/ChangeLog5
-rw-r--r--dev-util/pkgconfig/pkgconfig-0.14.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog
index 00b13f3ebd85..fc4fe54b6a46 100644
--- a/dev-util/pkgconfig/ChangeLog
+++ b/dev-util/pkgconfig/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-util/pkgconfig
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.13 2003/03/13 19:22:21 doctomoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.14 2003/03/16 10:00:30 tuxus Exp $
13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> pkgconfig-0.15.0.ebuild :
Marked ppc stable
@@ -18,6 +18,9 @@
*pkgconfig-0.14.0 (27 Oct 2002)
+ 16 Mar 2003; Jan Seidel <tuxus@gentoo.org> :
+ Added mips to KEYWORDS
+
08 Dec 2002; Jack Morgan <jmorgan@gentoo.org> pkgconfig-0.14.0.ebuild :
Changed ~sparc to sparc
diff --git a/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild b/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild
index 1ae3dbdc8256..03570449195d 100644
--- a/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild,v 1.7 2003/02/13 11:59:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.14.0.ebuild,v 1.8 2003/03/16 10:00:30 tuxus Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Package Config system that manages compile/link flags for libraries"
@@ -8,7 +8,7 @@ SRC_URI="http://www.freedesktop.org/software/pkgconfig/releases/${P}.tar.gz"
HOMEPAGE="http://www.freedesktop.org/software/pkgconfig/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc sparc alpha"
+KEYWORDS="x86 ~ppc sparc alpha mips"
DEPEND="virtual/glibc"
RDEPEND=""