summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2008-01-05 02:31:46 +0000
committerRobert Buchholz <rbu@gentoo.org>2008-01-05 02:31:46 +0000
commit371e7a206704dbbff0514bb98336ab24661e52b0 (patch)
tree605c511b41bd7cac557795ba32805710317d2702 /net-libs/vanessa-socket
parentFix typo in gmond.rc (bug #194879) (diff)
downloadgentoo-2-371e7a206704dbbff0514bb98336ab24661e52b0.tar.gz
gentoo-2-371e7a206704dbbff0514bb98336ab24661e52b0.tar.bz2
gentoo-2-371e7a206704dbbff0514bb98336ab24661e52b0.zip
keyworded ~amd64 (bug #176064)
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'net-libs/vanessa-socket')
-rw-r--r--net-libs/vanessa-socket/ChangeLog7
-rw-r--r--net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/net-libs/vanessa-socket/ChangeLog b/net-libs/vanessa-socket/ChangeLog
index 4094a4961548..d781dc2f3b42 100644
--- a/net-libs/vanessa-socket/ChangeLog
+++ b/net-libs/vanessa-socket/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/vanessa-socket
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v 1.14 2007/02/09 08:10:06 flameeyes Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/ChangeLog,v 1.15 2008/01/05 02:31:46 rbu Exp $
+
+ 05 Jan 2008; Robert Buchholz <rbu@gentoo.org> vanessa-socket-0.0.7.ebuild:
+ keyworded ~amd64 (bug #176064)
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild b/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild
index 6c8f8d7c42ae..a2ce93d33d4b 100644
--- a/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild
+++ b/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild,v 1.7 2005/12/25 16:59:40 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/vanessa-socket/vanessa-socket-0.0.7.ebuild,v 1.8 2008/01/05 02:31:46 rbu Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="http://www.vergenet.net/linux/vanessa/download/${MY_PN}/${PV}/${MY_P}.t
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND=">=dev-libs/vanessa-logger-0.0.6"
@@ -25,6 +25,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "error installing"
+ make DESTDIR="${D}" install || die "error installing"
dodoc README NEWS AUTHORS TODO
}