diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:51:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-22 06:51:23 +0000 |
commit | 8401016a19e6394299be7fa08ccd5e2205fa322d (patch) | |
tree | c653796ce6767c8bab4b603d275d763d983044b8 /net-analyzer | |
parent | QA fix using toolchain-funcs for gcc. Removed old versions (diff) | |
download | gentoo-2-8401016a19e6394299be7fa08ccd5e2205fa322d.tar.gz gentoo-2-8401016a19e6394299be7fa08ccd5e2205fa322d.tar.bz2 gentoo-2-8401016a19e6394299be7fa08ccd5e2205fa322d.zip |
ia64 stable
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gnome-netstatus/gnome-netstatus-2.8.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/gnome-netstatus/gnome-netstatus-2.8.0.ebuild b/net-analyzer/gnome-netstatus/gnome-netstatus-2.8.0.ebuild index e2f5ecafef43..2ba27d36c375 100644 --- a/net-analyzer/gnome-netstatus/gnome-netstatus-2.8.0.ebuild +++ b/net-analyzer/gnome-netstatus/gnome-netstatus-2.8.0.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnome-netstatus/gnome-netstatus-2.8.0.ebuild,v 1.7 2005/01/08 23:28:21 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gnome-netstatus/gnome-netstatus-2.8.0.ebuild,v 1.8 2005/01/22 06:51:23 vapier Exp $ inherit gnome2 DESCRIPTION="Network interface information applet" HOMEPAGE="http://www.gnome.org/" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc amd64 alpha ~ia64 ~mips hppa ~ppc64" +KEYWORDS="x86 ppc sparc amd64 alpha ia64 ~mips hppa ~ppc64" IUSE="" RDEPEND=">=x11-libs/gtk+-2.3.1 @@ -21,4 +21,4 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.29 dev-util/pkgconfig" -DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO MAINTAINERS" +DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO MAINTAINERS" |