summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-11-18 06:48:19 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-11-18 06:48:19 +0000
commita64447594e564da2e526500d1ec4bb30f32b00e6 (patch)
tree2c9243dd0c5efcc1dd52fb10e12a094e00561434 /net-misc/tcpsound
parentActually make the mask print work. Yay for typos. (diff)
downloadgentoo-2-a64447594e564da2e526500d1ec4bb30f32b00e6.tar.gz
gentoo-2-a64447594e564da2e526500d1ec4bb30f32b00e6.tar.bz2
gentoo-2-a64447594e564da2e526500d1ec4bb30f32b00e6.zip
Add ~amd64 keyword, define RDEPEND explicitly
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/tcpsound')
-rw-r--r--net-misc/tcpsound/ChangeLog6
-rw-r--r--net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild5
-rw-r--r--net-misc/tcpsound/tcpsound-0.3.1.ebuild7
3 files changed, 12 insertions, 6 deletions
diff --git a/net-misc/tcpsound/ChangeLog b/net-misc/tcpsound/ChangeLog
index ca0163a54c19..6f22c8aa16c1 100644
--- a/net-misc/tcpsound/ChangeLog
+++ b/net-misc/tcpsound/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/tcpsound
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.9 2012/10/18 12:21:33 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.10 2012/11/18 06:48:19 pinkbyte Exp $
+
+ 18 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> tcpsound-0.3.1.ebuild,
+ tcpsound-0.3.1-r1.ebuild:
+ Add ~amd64 keyword, define RDEPEND explicitly
*tcpsound-0.3.1-r1 (18 Oct 2012)
diff --git a/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild b/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild
index 70e6ef6faeb6..44d601f28312 100644
--- a/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild
+++ b/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild,v 1.1 2012/10/18 12:21:33 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1-r1.ebuild,v 1.2 2012/11/18 06:48:19 pinkbyte Exp $
EAPI="4"
@@ -12,12 +12,13 @@ SRC_URI="http://www.ioplex.com/~miallen/tcpsound/dl/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="net-analyzer/tcpdump
media-libs/libsdl
dev-libs/libmba"
+RDEPEND="${DEPEND}"
DOCS=( README.txt elaborate.conf )
PATCHES=( "${FILESDIR}/${P}-makefile.patch" )
diff --git a/net-misc/tcpsound/tcpsound-0.3.1.ebuild b/net-misc/tcpsound/tcpsound-0.3.1.ebuild
index c9c4846da2d3..20223f2db9c1 100644
--- a/net-misc/tcpsound/tcpsound-0.3.1.ebuild
+++ b/net-misc/tcpsound/tcpsound-0.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.5 2010/04/09 04:52:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.6 2012/11/18 06:48:19 pinkbyte Exp $
EAPI="2"
@@ -12,12 +12,13 @@ SRC_URI="http://www.ioplex.com/~miallen/tcpsound/dl/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND="net-analyzer/tcpdump
media-libs/libsdl
dev-libs/libmba"
+RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch