diff options
author | 2014-01-12 19:53:17 +0000 | |
---|---|---|
committer | 2014-01-12 19:53:17 +0000 | |
commit | 9b1abc3ec3c86cfda5409259204371cdd6964632 (patch) | |
tree | 8be76d2c5db07709968089feb393365bb0f23815 /net-voip | |
parent | arm stable, bug #497632 (diff) | |
download | gentoo-2-9b1abc3ec3c86cfda5409259204371cdd6964632.tar.gz gentoo-2-9b1abc3ec3c86cfda5409259204371cdd6964632.tar.bz2 gentoo-2-9b1abc3ec3c86cfda5409259204371cdd6964632.zip |
amd64 stable, bug #495904
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/homer/ChangeLog | 7 | ||||
-rw-r--r-- | net-voip/homer/homer-0.25-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-voip/homer/ChangeLog b/net-voip/homer/ChangeLog index f38807a7638f..6a8e055c5a28 100644 --- a/net-voip/homer/ChangeLog +++ b/net-voip/homer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/homer -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/ChangeLog,v 1.11 2013/08/13 21:06:55 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/ChangeLog,v 1.12 2014/01/12 19:53:17 pacho Exp $ + + 12 Jan 2014; Pacho Ramos <pacho@gentoo.org> homer-0.25-r1.ebuild: + amd64 stable, bug #495904 13 Aug 2013; Markos Chandras <hwoarang@gentoo.org> homer-0.25-r1.ebuild: Fix URL for ffmpeg2 patch thanks to Marcel Pennewiß <marcel@pennewiss.de> diff --git a/net-voip/homer/homer-0.25-r1.ebuild b/net-voip/homer/homer-0.25-r1.ebuild index f367e731c976..33658ce67e27 100644 --- a/net-voip/homer/homer-0.25-r1.ebuild +++ b/net-voip/homer/homer-0.25-r1.ebuild @@ -1,6 +1,6 @@ -# 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-voip/homer/homer-0.25-r1.ebuild,v 1.2 2013/08/13 21:06:55 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/homer-0.25-r1.ebuild,v 1.3 2014/01/12 19:53:17 pacho Exp $ EAPI=5 @@ -19,7 +19,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/V${PV}.tar.gz -> ${PN}-${PV}.tar.gz http://dev.gentoo.org/~hwoarang/distfiles/${P}-ffmpeg2.patch" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-2" |