diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-07-25 18:05:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-07-25 18:05:09 +0000 |
commit | 41feae3da6091995953a4e74a2bbe05458097ba3 (patch) | |
tree | c663c56ebff4c241f9c416a0b0524bdf12baadc2 /app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild | |
parent | alpha stable (diff) | |
download | gentoo-2-41feae3da6091995953a4e74a2bbe05458097ba3.tar.gz gentoo-2-41feae3da6091995953a4e74a2bbe05458097ba3.tar.bz2 gentoo-2-41feae3da6091995953a4e74a2bbe05458097ba3.zip |
Remove SITEFILE definition since it is the eclass default.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild')
-rw-r--r-- | app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild b/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild index a43b6389c3ce..1912e448f3d4 100644 --- a/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild +++ b/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild,v 1.4 2007/07/03 07:11:49 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuserv/gnuserv-3.12.7-r1.ebuild,v 1.5 2007/07/25 18:05:09 ulm Exp $ inherit elisp eutils @@ -16,7 +16,6 @@ IUSE="" DEPEND="" RDEPEND="|| ( ~app-emacs/gnuserv-programs-${PV} virtual/xemacs )" -SITEFILE=50${PN}-gentoo.el DOCS="ChangeLog README README.orig" src_unpack() { |