diff options
author | 2014-01-08 06:24:59 +0000 | |
---|---|---|
committer | 2014-01-08 06:24:59 +0000 | |
commit | c8d389ad30fdb9cb17ffcbd16cd11ef828ed3ea3 (patch) | |
tree | ce6b03794fe0725d020077fc0d555dd198a7f3ee /net-p2p/amule | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-c8d389ad30fdb9cb17ffcbd16cd11ef828ed3ea3.tar.gz gentoo-2-c8d389ad30fdb9cb17ffcbd16cd11ef828ed3ea3.tar.bz2 gentoo-2-c8d389ad30fdb9cb17ffcbd16cd11ef828ed3ea3.zip |
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/amule/amule-2.3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index c03758fb653a..af58122db4b9 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.169 2013/09/20 01:15:34 hanno Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.170 2014/01/08 06:24:59 vapier Exp $ + + 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> amule-2.3.1.ebuild: + Inherit the user eclass for enewuser/etc... 20 Sep 2013; Hanno Boeck <hanno@gentoo.org> amule-2.3.1.ebuild: Add slot to dependency to let amule compile against wxGTK-2.8, fix #462208 diff --git a/net-p2p/amule/amule-2.3.1.ebuild b/net-p2p/amule/amule-2.3.1.ebuild index cc805fb9af14..bf3695bcc0f4 100644 --- a/net-p2p/amule/amule-2.3.1.ebuild +++ b/net-p2p/amule/amule-2.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.3.1.ebuild,v 1.10 2013/09/20 01:15:34 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.3.1.ebuild,v 1.11 2014/01/08 06:24:59 vapier Exp $ EAPI="2" -inherit eutils flag-o-matic wxwidgets +inherit eutils flag-o-matic wxwidgets user MY_P=${PN/m/M}-${PV} S="${WORKDIR}"/${MY_P} |