From c2856f0e7dfa756ca995be2c0f0df2b0db9569c6 Mon Sep 17 00:00:00 2001 From: Mark Wright Date: Wed, 12 Dec 2012 13:12:19 +0000 Subject: twelf does not depend on omake. subslot dep in case any future ebuild depends on twelf. (Portage version: 2.1.11.36/cvs/Linux x86_64, signed Manifest commit with key 618E971F) --- sci-mathematics/twelf/ChangeLog | 6 +++++- sci-mathematics/twelf/twelf-1.7.1.ebuild | 7 +++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sci-mathematics') diff --git a/sci-mathematics/twelf/ChangeLog b/sci-mathematics/twelf/ChangeLog index ee24dd0ce143..3cb3db223719 100644 --- a/sci-mathematics/twelf/ChangeLog +++ b/sci-mathematics/twelf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/twelf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/twelf/ChangeLog,v 1.1 2012/12/09 23:02:17 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/twelf/ChangeLog,v 1.2 2012/12/12 13:12:19 gienah Exp $ + + 12 Dec 2012; Mark Wright twelf-1.7.1.ebuild: + twelf does not depend on omake. subslot dep in case any future ebuild depends + on twelf. *twelf-1.7.1 (09 Dec 2012) diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild b/sci-mathematics/twelf/twelf-1.7.1.ebuild index 368adb6d32ab..317eab7b26e4 100644 --- a/sci-mathematics/twelf/twelf-1.7.1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/twelf/twelf-1.7.1.ebuild,v 1.1 2012/12/09 23:02:17 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/twelf/twelf-1.7.1.ebuild,v 1.2 2012/12/12 13:12:19 gienah Exp $ EAPI="5" @@ -13,7 +13,7 @@ DESCRIPTION="Twelf is an implementation of the logical framework LF." HOMEPAGE="http://twelf.org/" SRC_URI="http://twelf.plparty.org/releases/${MY_P}.tar.gz" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" LICENSE="BSD-2" IUSE="doc emacs examples" @@ -27,8 +27,7 @@ RDEPEND="dev-lang/mlton emacs? ( virtual/emacs )" -DEPEND="${RDEPEND} - dev-util/omake" +DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} -- cgit v1.2.3-65-gdbad