diff options
author | 2012-10-08 23:17:39 +0200 | |
---|---|---|
committer | 2012-10-08 23:17:39 +0200 | |
commit | 00569f9cd1a9df6b4475f8c257377e51c0132f06 (patch) | |
tree | 6916b865d88fb46310c046cd8cdbb80b22e4d38d /app-admin/emacs-updater/emacs-updater-9999.ebuild | |
parent | Version bump. Pass -initex option to configure to make the package work with ... (diff) | |
download | emacs-00569f9cd1a9df6b4475f8c257377e51c0132f06.tar.gz emacs-00569f9cd1a9df6b4475f8c257377e51c0132f06.tar.bz2 emacs-00569f9cd1a9df6b4475f8c257377e51c0132f06.zip |
Update version of portage-utils dependency. Specify LICENSE more precisely.
(Portage version: 2.1.11.24/git/Linux x86_64, signed Manifest commit with key 7DC6EA25)
Diffstat (limited to 'app-admin/emacs-updater/emacs-updater-9999.ebuild')
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild index afb64dd..20c51f4 100644 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild +++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild @@ -14,13 +14,12 @@ HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" #SRC_URI="mirror://gentoo/${P}.tar.bz2" SRC_URI="" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" RDEPEND="!<=app-admin/eselect-emacs-1.5 - >=app-portage/portage-utils-0.1.28 + >=app-portage/portage-utils-0.3 virtual/emacs" S="${WORKDIR}/${PN}" |