diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:31:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:31:01 +0000 |
commit | eb48307ed70ebb83ef7700cb0eeaf7ed09e998b4 (patch) | |
tree | 51855d65dab4c65a0ecae18a3ad857b13c3098c9 /app-emacs/gnuserv | |
parent | touch the libc (Manifest recommit) (diff) | |
download | gentoo-2-eb48307ed70ebb83ef7700cb0eeaf7ed09e998b4.tar.gz gentoo-2-eb48307ed70ebb83ef7700cb0eeaf7ed09e998b4.tar.bz2 gentoo-2-eb48307ed70ebb83ef7700cb0eeaf7ed09e998b4.zip |
glibc -> libc
Diffstat (limited to 'app-emacs/gnuserv')
-rw-r--r-- | app-emacs/gnuserv/gnuserv-3.12.4.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/gnuserv/gnuserv-3.12.5.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/gnuserv/gnuserv-3.12.4.ebuild b/app-emacs/gnuserv/gnuserv-3.12.4.ebuild index 48071998b777..5b1defd8bfed 100644 --- a/app-emacs/gnuserv/gnuserv-3.12.4.ebuild +++ b/app-emacs/gnuserv/gnuserv-3.12.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.4.ebuild,v 1.5 2004/06/24 22:12:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.4.ebuild,v 1.6 2004/06/27 22:30:33 vapier Exp $ inherit elisp -DESCRIPTION="Gnuserv allows you to attach to an already running Emacs" +DESCRIPTION="attach to an already running Emacs" HOMEPAGE="http://meltin.net/hacks/emacs/" SRC_URI="http://meltin.net/hacks/emacs/src/OLD/${P}.tar.gz" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/emacs" SITEFILE=50gnuserv-gentoo.el diff --git a/app-emacs/gnuserv/gnuserv-3.12.5.ebuild b/app-emacs/gnuserv/gnuserv-3.12.5.ebuild index 6a6f44141b7c..6b7d216e1717 100644 --- a/app-emacs/gnuserv/gnuserv-3.12.5.ebuild +++ b/app-emacs/gnuserv/gnuserv-3.12.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.5.ebuild,v 1.5 2004/06/24 22:12:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.5.ebuild,v 1.6 2004/06/27 22:30:33 vapier Exp $ inherit elisp -DESCRIPTION="Gnuserv allows you to attach to an already running Emacs" +DESCRIPTION="attach to an already running Emacs" HOMEPAGE="http://meltin.net/hacks/emacs/" SRC_URI="http://meltin.net/hacks/emacs/src/${P}.tar.gz" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 amd64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/emacs" SITEFILE=50gnuserv-gentoo.el |