diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-11 02:25:06 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-11 02:25:06 +0000 |
commit | d0e104b8b171ec26e7eb5760174aa2b7abee5d08 (patch) | |
tree | 0a00a2b7ec232f46db6c69773572206f4d324bc7 /net-libs/ccrtp | |
parent | amd64 stable, bug 187790 (diff) | |
download | gentoo-2-d0e104b8b171ec26e7eb5760174aa2b7abee5d08.tar.gz gentoo-2-d0e104b8b171ec26e7eb5760174aa2b7abee5d08.tar.bz2 gentoo-2-d0e104b8b171ec26e7eb5760174aa2b7abee5d08.zip |
Fix multilib, amd64 stable, bug 182353
(Portage version: 2.1.2.11)
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.4.1.ebuild | 8 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.5.0.ebuild | 8 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.5.1.ebuild | 6 |
4 files changed, 19 insertions, 9 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog index 0b783b1d0ef3..783483cc8420 100644 --- a/net-libs/ccrtp/ChangeLog +++ b/net-libs/ccrtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/ccrtp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.11 2007/07/23 07:18:07 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.12 2007/08/11 02:25:06 beandog Exp $ + + 10 Aug 2007; Steve Dibb <beandog@gentoo.org> ccrtp-1.4.1.ebuild, + ccrtp-1.5.0.ebuild, ccrtp-1.5.1.ebuild: + Fix multilib, amd64 stable, bug 182353 23 Jul 2007; Christian Faulhammer <opfer@gentoo.org> ccrtp-1.5.0.ebuild: stable x86, bug 182353 diff --git a/net-libs/ccrtp/ccrtp-1.4.1.ebuild b/net-libs/ccrtp/ccrtp-1.4.1.ebuild index cbb7a0f08ebb..9bf8ca38db6f 100644 --- a/net-libs/ccrtp/ccrtp-1.4.1.ebuild +++ b/net-libs/ccrtp/ccrtp-1.4.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.4.1.ebuild,v 1.2 2007/07/13 07:18:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.4.1.ebuild,v 1.3 2007/08/11 02:25:06 beandog Exp $ + +inherit multilib DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" HOMEPAGE="http://www.gnu.org/software/ccrtp/" @@ -20,7 +22,7 @@ src_install() { } pkg_postinst() { - if [[ -e ${ROOT}/usr/lib/libccrtp1-1.3.so.0 ]] ; then + if [[ -e ${ROOT}/usr/$(get_libdir)/libccrtp1-1.3.so.0 ]] ; then ewarn ewarn "Please run: revdep-rebuild --library libccrtp1-1.3.so.0" ewarn diff --git a/net-libs/ccrtp/ccrtp-1.5.0.ebuild b/net-libs/ccrtp/ccrtp-1.5.0.ebuild index 6a2e57f4eafb..53e5761ea017 100644 --- a/net-libs/ccrtp/ccrtp-1.5.0.ebuild +++ b/net-libs/ccrtp/ccrtp-1.5.0.ebuild @@ -1,12 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.0.ebuild,v 1.4 2007/07/23 07:18:07 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.0.ebuild,v 1.5 2007/08/11 02:25:06 beandog Exp $ + +inherit multilib DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" HOMEPAGE="http://www.gnu.org/software/ccrtp/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" LICENSE="GPL-2" IUSE="doc" SLOT="0" @@ -24,7 +26,7 @@ src_install() { } pkg_postinst() { - if [[ -e "${ROOT}"/usr/lib/libccrtp1-1.4.so.0 ]] ; then + if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then ewarn ewarn "Please run: revdep-rebuild --library libccrtp1-1.4.so.0" ewarn diff --git a/net-libs/ccrtp/ccrtp-1.5.1.ebuild b/net-libs/ccrtp/ccrtp-1.5.1.ebuild index ac96b73af218..6d0b64999432 100644 --- a/net-libs/ccrtp/ccrtp-1.5.1.ebuild +++ b/net-libs/ccrtp/ccrtp-1.5.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild,v 1.1 2007/07/17 13:05:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.5.1.ebuild,v 1.2 2007/08/11 02:25:06 beandog Exp $ + +inherit multilib DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" HOMEPAGE="http://www.gnu.org/software/ccrtp/" @@ -24,7 +26,7 @@ src_install() { } pkg_postinst() { - if [[ -e "${ROOT}"/usr/lib/libccrtp1-1.4.so.0 ]] ; then + if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then elog elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0" elog |