diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-16 13:47:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-16 13:47:24 +0000 |
commit | 281122893ecb252873b31a9ad8ba72624d296131 (patch) | |
tree | 8bf411f09d6115cbcd0b450e687b932bc4fdd72f /net-misc/ucarp | |
parent | Stable for x86, wrt bug #441356 (diff) | |
download | gentoo-2-281122893ecb252873b31a9ad8ba72624d296131.tar.gz gentoo-2-281122893ecb252873b31a9ad8ba72624d296131.tar.bz2 gentoo-2-281122893ecb252873b31a9ad8ba72624d296131.zip |
Stable for x86, wrt bug #441486
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/ucarp')
-rw-r--r-- | net-misc/ucarp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/ucarp/ucarp-1.5.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/ucarp/ChangeLog b/net-misc/ucarp/ChangeLog index e0d6ac087d7c..6d3f4d53563b 100644 --- a/net-misc/ucarp/ChangeLog +++ b/net-misc/ucarp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ucarp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.19 2012/09/03 16:51:21 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ChangeLog,v 1.20 2012/12/16 13:47:24 ago Exp $ + + 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ucarp-1.5.2-r1.ebuild: + Stable for x86, wrt bug #441486 *ucarp-1.5.2-r1 (03 Sep 2012) @@ -87,4 +90,3 @@ 13 Jul 2004; Michael Imhof <tantive@gentoo.org> +ucarp-0.7.ebuild: Initial import. Closes #50647. - diff --git a/net-misc/ucarp/ucarp-1.5.2-r1.ebuild b/net-misc/ucarp/ucarp-1.5.2-r1.ebuild index 5d447150845c..e724e6acf8b1 100644 --- a/net-misc/ucarp/ucarp-1.5.2-r1.ebuild +++ b/net-misc/ucarp/ucarp-1.5.2-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/ucarp/ucarp-1.5.2-r1.ebuild,v 1.2 2012/09/03 17:46:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.5.2-r1.ebuild,v 1.3 2012/12/16 13:47:24 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.ucarp.org/pub/ucarp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="nls" RDEPEND="net-libs/libpcap" |