diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-03-11 12:07:06 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-03-11 12:07:06 +0000 |
commit | a7f2bf00fedbe7235680a509251445abea7e34e5 (patch) | |
tree | acf3ef8491bd7e41a002ec15f19416e8e363dd7f /www-client/seamonkey | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-a7f2bf00fedbe7235680a509251445abea7e34e5.tar.gz gentoo-2-a7f2bf00fedbe7235680a509251445abea7e34e5.tar.bz2 gentoo-2-a7f2bf00fedbe7235680a509251445abea7e34e5.zip |
Use correct mozconfig eclass
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index 58f2b9d23431..9684e9f0a812 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.510 2015/03/11 12:04:57 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.511 2015/03/11 12:07:06 polynomial-c Exp $ + + 11 Mar 2015; Lars Wendler <polynomial-c@gentoo.org> seamonkey-2.33.ebuild: + Use correct mozconfig eclass. *seamonkey-2.33 (11 Mar 2015) diff --git a/www-client/seamonkey/seamonkey-2.33.ebuild b/www-client/seamonkey/seamonkey-2.33.ebuild index db62fa90c247..87482e6b4eb1 100644 --- a/www-client/seamonkey/seamonkey-2.33.ebuild +++ b/www-client/seamonkey/seamonkey-2.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.ebuild,v 1.1 2015/03/11 12:04:57 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.33.ebuild,v 1.2 2015/03/11 12:07:06 polynomial-c Exp $ EAPI=5 WANT_AUTOCONF="2.1" @@ -28,7 +28,7 @@ fi MOZCONFIG_OPTIONAL_WIFI=1 MOZCONFIG_OPTIONAL_JIT="enabled" -inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v5.34 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas +inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v5.36 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas PATCHFF="firefox-36.0-patches-01" PATCH="${PN}-2.33-patches-01" |