diff options
author | Peter Volkov <pva@gentoo.org> | 2010-05-27 12:56:02 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-05-27 12:56:02 +0000 |
commit | da971e45be2d484d22b7979607a4d002c45b100f (patch) | |
tree | 9ffc2ae786e33aff83636cf50b37409831def9fe /net-libs/wvstreams | |
parent | Initial import, thanks to Michal Kurgan (bug 200259). (diff) | |
download | gentoo-2-da971e45be2d484d22b7979607a4d002c45b100f.tar.gz gentoo-2-da971e45be2d484d22b7979607a4d002c45b100f.tar.bz2 gentoo-2-da971e45be2d484d22b7979607a4d002c45b100f.zip |
amd64 stable, bug #321637
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/wvstreams/ChangeLog b/net-libs/wvstreams/ChangeLog index 4e77ac89242f..edcabd54f0f5 100644 --- a/net-libs/wvstreams/ChangeLog +++ b/net-libs/wvstreams/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/wvstreams # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.130 2010/01/04 16:10:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.131 2010/05/27 12:56:02 pva Exp $ + + 27 May 2010; Peter Volkov <pva@gentoo.org> wvstreams-4.6.1.ebuild: + amd64 stable, bug #321637 04 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> wvstreams-4.4.ebuild, wvstreams-4.5.ebuild: diff --git a/net-libs/wvstreams/wvstreams-4.6.1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1.ebuild index 8048ce4897bf..25d69d2b9d77 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1.ebuild,v 1.1 2010/01/04 16:07:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1.ebuild,v 1.2 2010/05/27 12:56:02 pva Exp $ EAPI=2 inherit autotools toolchain-funcs versionator @@ -11,7 +11,7 @@ SRC_URI="http://wvstreams.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc ~x86" IUSE="pam doc +ssl +dbus debug" #Tests fail if openssl is not compiled with -DPURIFY. Gentoo's isn't. FAIL! @@ -23,7 +23,7 @@ RESTRICT="test" RDEPEND="sys-libs/readline sys-libs/zlib - dbus? ( sys-apps/dbus ) + dbus? ( >=sys-apps/dbus-1.2.14 ) dev-libs/openssl pam? ( sys-libs/pam ) virtual/c++-tr1-functional" |