diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-11-01 20:33:25 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-11-01 20:33:25 +0000 |
commit | a513ca50b541e8928e456fbe3e565e67b8b3dc99 (patch) | |
tree | 5828f5a0e73d21ecd5f24d6c26fa44fb6e87076a /net-im/prosody | |
parent | Move pgcedit.png from filesdir to mirrors, bug 457008. (diff) | |
download | gentoo-2-a513ca50b541e8928e456fbe3e565e67b8b3dc99.tar.gz gentoo-2-a513ca50b541e8928e456fbe3e565e67b8b3dc99.tar.bz2 gentoo-2-a513ca50b541e8928e456fbe3e565e67b8b3dc99.zip |
add missing inherit
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-im/prosody')
-rw-r--r-- | net-im/prosody/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/prosody/prosody-0.9.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/prosody/prosody-0.9.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/prosody/ChangeLog b/net-im/prosody/ChangeLog index 0ac1a4eb9ef4..5e51cd090720 100644 --- a/net-im/prosody/ChangeLog +++ b/net-im/prosody/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/prosody # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.31 2013/09/22 06:50:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/ChangeLog,v 1.32 2013/11/01 20:33:25 hasufell Exp $ + + 01 Nov 2013; Julian Ospald <hasufell@gentoo.org> prosody-0.9.1.ebuild, + prosody-0.9.1-r1.ebuild: + add missing inherit 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> prosody-0.8.2-r1.ebuild: Stable for x86, wrt bug #480080 diff --git a/net-im/prosody/prosody-0.9.1-r1.ebuild b/net-im/prosody/prosody-0.9.1-r1.ebuild index 17ea0002a5e2..5af5f580311a 100644 --- a/net-im/prosody/prosody-0.9.1-r1.ebuild +++ b/net-im/prosody/prosody-0.9.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1-r1.ebuild,v 1.1 2013/09/16 21:54:02 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1-r1.ebuild,v 1.2 2013/11/01 20:33:25 hasufell Exp $ EAPI=5 -inherit flag-o-matic multilib versionator +inherit flag-o-matic multilib versionator toolchain-funcs MY_PV=$(replace_version_separator 3 '') MY_P="${PN}-${MY_PV}" diff --git a/net-im/prosody/prosody-0.9.1.ebuild b/net-im/prosody/prosody-0.9.1.ebuild index 02556a014cd2..6e2925263d9b 100644 --- a/net-im/prosody/prosody-0.9.1.ebuild +++ b/net-im/prosody/prosody-0.9.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1.ebuild,v 1.3 2013/09/16 16:41:37 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/prosody/prosody-0.9.1.ebuild,v 1.4 2013/11/01 20:33:25 hasufell Exp $ EAPI="5" -inherit flag-o-matic multilib versionator +inherit flag-o-matic multilib versionator toolchain-funcs MY_PV=$(replace_version_separator 3 '') MY_P="${PN}-${MY_PV}" |