diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-26 23:39:44 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-07-26 23:39:44 +0000 |
commit | 8a5b2cd0cecac223b35750b9aababb393f8afc25 (patch) | |
tree | 8cffe18f1ee3e44c7a966830b8c91c51c532f002 /net-misc/urlview | |
parent | Portage 2.0.19 (masked for testing) (diff) | |
download | gentoo-2-8a5b2cd0cecac223b35750b9aababb393f8afc25.tar.gz gentoo-2-8a5b2cd0cecac223b35750b9aababb393f8afc25.tar.bz2 gentoo-2-8a5b2cd0cecac223b35750b9aababb393f8afc25.zip |
Added ppc to Keywords. Added RDEPEND
Diffstat (limited to 'net-misc/urlview')
-rw-r--r-- | net-misc/urlview/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/urlview/urlview-0.9.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/urlview/ChangeLog b/net-misc/urlview/ChangeLog index b455ffe76aad..7fe079670b08 100644 --- a/net-misc/urlview/ChangeLog +++ b/net-misc/urlview/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for net-misc/urlview # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/ChangeLog,v 1.3 2002/07/09 11:25:07 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/ChangeLog,v 1.4 2002/07/26 23:39:44 cselkirk Exp $ *urlview-0.9 (1 Feb 2002) + + 26 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> urlview-0.9.ebuild : + Added ppc to Keywords. + Added RDEPEND 09 Jul 2002; phoen][x <phoenix@gentoo.org> urlview-0.9.ebuild : Added KEYWORDS, LICENSE, SLOT. diff --git a/net-misc/urlview/urlview-0.9.ebuild b/net-misc/urlview/urlview-0.9.ebuild index 51aca3be39a7..86a3af8eefa0 100644 --- a/net-misc/urlview/urlview-0.9.ebuild +++ b/net-misc/urlview/urlview-0.9.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.4 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/urlview/urlview-0.9.ebuild,v 1.5 2002/07/26 23:39:44 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="extracts urls from text and will send them to another app" SRC_URI="ftp://gd.tuwien.ac.at/infosys/mail/mutt/contrib/${P}.tar.gz" HOMEPAGE="http://www.mutt.org" DEPEND=">=sys-libs/ncurses-5.2" -KEYWORDS="x86" +RDEPEND=">=sys-libs/ncurses-5.2" +KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" |