diff options
author | Keri Harris <keri@gentoo.org> | 2013-05-03 12:35:36 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2013-05-03 12:35:36 +0000 |
commit | 3b9ac4b73083c6b7864415c945396d6a5d9c5aee (patch) | |
tree | bb32fa4f8b4bb00d18322a7ac9f52b09f02506d5 /dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild | |
parent | Version bump pytz to 2013b. (diff) | |
download | gentoo-2-3b9ac4b73083c6b7864415c945396d6a5d9c5aee.tar.gz gentoo-2-3b9ac4b73083c6b7864415c945396d6a5d9c5aee.tar.bz2 gentoo-2-3b9ac4b73083c6b7864415c945396d6a5d9c5aee.zip |
Do not install lex module for non-C grades
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A138F5ED)
Diffstat (limited to 'dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild')
-rw-r--r-- | dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild b/dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild index 57664596f58e..01e8c05c1445 100644 --- a/dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild +++ b/dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild,v 1.3 2013/04/23 09:18:27 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mercury-extras/mercury-extras-11.07.2.ebuild,v 1.4 2013/05/03 12:35:36 keri Exp $ EAPI=2 inherit eutils multilib -PATCHSET_VER="2" +PATCHSET_VER="3" MY_P=${PN}-${PV} DESCRIPTION="Additional libraries and tools that are not part of the Mercury standard library" |