diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-12-26 16:51:51 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-12-26 16:51:51 +0000 |
commit | df985b1af8a0548b8804b26e1e7b1d82a7dfc9b5 (patch) | |
tree | c536bd4d56a7baccf1f3271bba5fb91b3e01d3e5 /net-misc/wicd | |
parent | Fix init script, bug 234278 (diff) | |
download | gentoo-2-df985b1af8a0548b8804b26e1e7b1d82a7dfc9b5.tar.gz gentoo-2-df985b1af8a0548b8804b26e1e7b1d82a7dfc9b5.tar.bz2 gentoo-2-df985b1af8a0548b8804b26e1e7b1d82a7dfc9b5.zip |
Add rdepend on pm-utils and drop ~ppc keyword because they don't have pm-utils yet. If you don't use pm-utils-1.2.3, you will end up with problems like bug 252306
(Portage version: 2.2_rc18/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r-- | net-misc/wicd/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.5.7-r1.ebuild (renamed from net-misc/wicd/wicd-1.5.7.ebuild) | 7 |
2 files changed, 13 insertions, 4 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index 5bb82bcc9551..088fb6b27d77 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.27 2008/12/22 21:26:59 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.28 2008/12/26 16:51:51 darkside Exp $ + +*wicd-1.5.7-r1 (26 Dec 2008) + + 26 Dec 2008; Jeremy Olexa <darkside@gentoo.org> -wicd-1.5.7.ebuild, + +wicd-1.5.7-r1.ebuild: + Add rdepend on pm-utils and drop ~ppc keyword because they don't have + pm-utils yet. If you don't use pm-utils-1.2.3, you will end up with problems + like bug 252306 *wicd-1.5.7 (22 Dec 2008) diff --git a/net-misc/wicd/wicd-1.5.7.ebuild b/net-misc/wicd/wicd-1.5.7-r1.ebuild index 08034067a2b3..dcfe8c64737b 100644 --- a/net-misc/wicd/wicd-1.5.7.ebuild +++ b/net-misc/wicd/wicd-1.5.7-r1.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-misc/wicd/wicd-1.5.7.ebuild,v 1.1 2008/12/22 21:26:59 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.7-r1.ebuild,v 1.1 2008/12/26 16:51:51 darkside Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" @@ -27,7 +27,8 @@ RDEPEND="dev-python/dbus-python sys-apps/net-tools sys-apps/ethtool ) - || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )" + || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu ) + >=sys-power/pm-utils-1.2.3" src_compile() { ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose |