diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-09-08 17:55:43 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-09-08 17:55:43 +0000 |
commit | 49c9fe4d21c3094d734794d6f3b39c555df74c77 (patch) | |
tree | 7b312a173f1048fdc429c524f4e0ec46480af9a3 /app-emacs/binclock/binclock-1.7-r1.ebuild | |
parent | Add USE=upnp support #434270 by BT. (diff) | |
download | gentoo-2-49c9fe4d21c3094d734794d6f3b39c555df74c77.tar.gz gentoo-2-49c9fe4d21c3094d734794d6f3b39c555df74c77.tar.bz2 gentoo-2-49c9fe4d21c3094d734794d6f3b39c555df74c77.zip |
Change EAPI to 4. Move site-init file to canonical name.
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/binclock/binclock-1.7-r1.ebuild')
-rw-r--r-- | app-emacs/binclock/binclock-1.7-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-emacs/binclock/binclock-1.7-r1.ebuild b/app-emacs/binclock/binclock-1.7-r1.ebuild index 0bf8d9693f03..d17aa5376d6f 100644 --- a/app-emacs/binclock/binclock-1.7-r1.ebuild +++ b/app-emacs/binclock/binclock-1.7-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/binclock-1.7-r1.ebuild,v 1.6 2009/06/16 18:03:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/binclock/binclock-1.7-r1.ebuild,v 1.7 2012/09/08 17:55:42 ulm Exp $ + +EAPI=4 inherit elisp @@ -13,4 +15,4 @@ SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 x86" IUSE="" -SITEFILE=51${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" |