diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-08-01 18:51:28 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-08-01 18:51:28 +0000 |
commit | f74a23b2e08f39c011b79580c1e28d42108cb042 (patch) | |
tree | d340180269ef9490561c56120237ce284d4e94cd /net-libs/libosip | |
parent | Stable on ppc wrt bug 225839 (diff) | |
download | gentoo-2-f74a23b2e08f39c011b79580c1e28d42108cb042.tar.gz gentoo-2-f74a23b2e08f39c011b79580c1e28d42108cb042.tar.bz2 gentoo-2-f74a23b2e08f39c011b79580c1e28d42108cb042.zip |
Stable on ppc wrt bug 210738
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs/libosip')
-rw-r--r-- | net-libs/libosip/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libosip/libosip-3.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libosip/ChangeLog b/net-libs/libosip/ChangeLog index ceb675fb7687..2c75e839ecd4 100644 --- a/net-libs/libosip/ChangeLog +++ b/net-libs/libosip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libosip # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.31 2008/05/18 21:02:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/ChangeLog,v 1.32 2008/08/01 18:51:28 nixnut Exp $ + + 01 Aug 2008; nixnut <nixnut@gentoo.org> libosip-3.1.0.ebuild: + Stable on ppc wrt bug 210738 18 May 2008; Tobias Klausmann <klausman@gentoo.org> libosip-3.1.0.ebuild: Unkeyworded on alpha for lack of dependencies. Bug 210738. diff --git a/net-libs/libosip/libosip-3.1.0.ebuild b/net-libs/libosip/libosip-3.1.0.ebuild index e8f0be34fbaf..1a45007070a0 100644 --- a/net-libs/libosip/libosip-3.1.0.ebuild +++ b/net-libs/libosip/libosip-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-3.1.0.ebuild,v 1.3 2008/05/18 21:02:04 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-3.1.0.ebuild,v 1.4 2008/08/01 18:51:28 nixnut Exp $ MY_PV=${PV%.?}-${PV##*.} MY_PV=${PV} @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/osip/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ppc ~sparc x86" IUSE="" S=${WORKDIR}/${MY_P} |