summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-12-12 13:12:19 +0000
committerMark Wright <gienah@gentoo.org>2012-12-12 13:12:19 +0000
commitc2856f0e7dfa756ca995be2c0f0df2b0db9569c6 (patch)
tree7bbe1e0dd70f2a9e142efa388a0b06ab7339b911 /sci-mathematics
parentsci-biology/primer3: Fix test (diff)
downloadgentoo-2-c2856f0e7dfa756ca995be2c0f0df2b0db9569c6.tar.gz
gentoo-2-c2856f0e7dfa756ca995be2c0f0df2b0db9569c6.tar.bz2
gentoo-2-c2856f0e7dfa756ca995be2c0f0df2b0db9569c6.zip
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)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/twelf/ChangeLog6
-rw-r--r--sci-mathematics/twelf/twelf-1.7.1.ebuild7
2 files changed, 8 insertions, 5 deletions
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 <gienah@gentoo.org> 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}