summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Seidel <tuxus@gentoo.org>2003-03-29 19:32:48 +0000
committerJan Seidel <tuxus@gentoo.org>2003-03-29 19:32:48 +0000
commit8f7ea0795762e40055eb52cb9281500c54343f9a (patch)
treee165a885d2628d1b654ec8f7c1cde7a05c9a52a2
parentBug fix (diff)
downloadgentoo-2-8f7ea0795762e40055eb52cb9281500c54343f9a.tar.gz
gentoo-2-8f7ea0795762e40055eb52cb9281500c54343f9a.tar.bz2
gentoo-2-8f7ea0795762e40055eb52cb9281500c54343f9a.zip
Added mips to keywords
-rw-r--r--dev-util/dialog/ChangeLog6
-rw-r--r--dev-util/dialog/dialog-0.9_beta20020814.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog
index 7bb4a0bf7a03..8dd059288e03 100644
--- a/dev-util/dialog/ChangeLog
+++ b/dev-util/dialog/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-util/dialog
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.14 2003/03/25 09:54:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.15 2003/03/29 19:32:48 tuxus Exp $
*dialog-0.9_beta20030308 (25 Mar 2003)
@@ -16,6 +16,10 @@
*dialog-0.9_beta20020814 (08 Dec 2002)
+ 29 Mar 2003; Jan Seidel <tuxus@gentoo.org>
+ dialog-0.9_beta20020814.ebuild:
+ Added mips to keywords
+
25 Mar 2003; Seemant Kulleen <seemant@gentoo.org>
dialog-0.9_beta20020814.ebuild:
moved to stable, since 0519's sources are unavailable, even at debian
diff --git a/dev-util/dialog/dialog-0.9_beta20020814.ebuild b/dev-util/dialog/dialog-0.9_beta20020814.ebuild
index 6b17d584ddb6..72b3b0ed54ac 100644
--- a/dev-util/dialog/dialog-0.9_beta20020814.ebuild
+++ b/dev-util/dialog/dialog-0.9_beta20020814.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/dialog/dialog-0.9_beta20020814.ebuild,v 1.8 2003/03/25 09:54:45 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.9_beta20020814.ebuild,v 1.9 2003/03/29 19:32:48 tuxus Exp $
MY_PV=${PV/_beta/b-}
S=${WORKDIR}/${PN}-${MY_PV}
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/dialog/${PN}_${MY_PV}.orig.tar.
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc alpha hppa arm"
+KEYWORDS="x86 ppc sparc alpha hppa arm mips"
DEPEND="app-shells/bash
>=sys-libs/ncurses-5.2-r5"