diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-01 10:59:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-01 10:59:47 +0000 |
commit | 7c2b859143d2f9392c5c712f20be9f0c4dbc2e02 (patch) | |
tree | f0f1b80578bfbee7395429670d237ee0b47639ee /net-irc/ctrlproxy | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-7c2b859143d2f9392c5c712f20be9f0c4dbc2e02.tar.gz gentoo-2-7c2b859143d2f9392c5c712f20be9f0c4dbc2e02.tar.bz2 gentoo-2-7c2b859143d2f9392c5c712f20be9f0c4dbc2e02.zip |
ia64 stable wrt bug 171417, restrict tests, as they fail, and fix parallel install isues
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-irc/ctrlproxy')
-rw-r--r-- | net-irc/ctrlproxy/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/ctrlproxy/ctrlproxy-3.0.1.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-irc/ctrlproxy/ChangeLog b/net-irc/ctrlproxy/ChangeLog index 9a6596827828..ee7dfc85c99f 100644 --- a/net-irc/ctrlproxy/ChangeLog +++ b/net-irc/ctrlproxy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/ctrlproxy # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.17 2007/03/19 10:36:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ChangeLog,v 1.18 2007/04/01 10:59:47 armin76 Exp $ + + 01 Apr 2007; Raúl Porcel <armin76@gentoo.org> ctrlproxy-3.0.1.ebuild: + ia64 stable wrt bug 171417, restrict tests, as they fail, and fix parallel + install isues 19 Mar 2007; Raúl Porcel <armin76@gentoo.org> ctrlproxy-3.0.1.ebuild: x86 stable wrt bug 171417 diff --git a/net-irc/ctrlproxy/ctrlproxy-3.0.1.ebuild b/net-irc/ctrlproxy/ctrlproxy-3.0.1.ebuild index c9be642dc520..e07a4cd6b924 100644 --- a/net-irc/ctrlproxy/ctrlproxy-3.0.1.ebuild +++ b/net-irc/ctrlproxy/ctrlproxy-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.1.ebuild,v 1.2 2007/03/19 10:36:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-3.0.1.ebuild,v 1.3 2007/04/01 10:59:47 armin76 Exp $ inherit flag-o-matic @@ -10,8 +10,9 @@ SRC_URI="http://ctrlproxy.vernstok.nl/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~ia64 ~ppc x86" +KEYWORDS="~alpha ia64 ~ppc x86" IUSE="ssl" +RESTRICT="test" DEPEND=">=dev-libs/glib-2 dev-libs/popt @@ -29,5 +30,5 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + make DESTDIR="${D}" install || die "emake install failed" } |