diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:45:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-02 22:45:45 +0000 |
commit | ec5f49f436ed237fc52b0da1f499d0f71bf292bd (patch) | |
tree | f4f0120ff281e5d69b770f325e8c5a4a6cfe2231 | |
parent | amd64 stable, bug #501384 (diff) | |
download | gentoo-2-ec5f49f436ed237fc52b0da1f499d0f71bf292bd.tar.gz gentoo-2-ec5f49f436ed237fc52b0da1f499d0f71bf292bd.tar.bz2 gentoo-2-ec5f49f436ed237fc52b0da1f499d0f71bf292bd.zip |
amd64 stable, bug #501388
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
-rw-r--r-- | net-misc/portfwd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/portfwd/portfwd-0.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/portfwd/ChangeLog b/net-misc/portfwd/ChangeLog index a95913c52440..3e299fd527c6 100644 --- a/net-misc/portfwd/ChangeLog +++ b/net-misc/portfwd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/portfwd # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/ChangeLog,v 1.25 2014/02/20 14:49:33 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/ChangeLog,v 1.26 2014/03/02 22:45:45 pacho Exp $ + + 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> portfwd-0.29.ebuild: + amd64 stable, bug #501388 20 Feb 2014; Akinori Hattori <hattya@gentoo.org> portfwd-0.29.ebuild: ia64 stable wrt bug #501388 diff --git a/net-misc/portfwd/portfwd-0.29.ebuild b/net-misc/portfwd/portfwd-0.29.ebuild index 5c05ce675c17..c9cdff5c0d19 100644 --- a/net-misc/portfwd/portfwd-0.29.ebuild +++ b/net-misc/portfwd/portfwd-0.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.29.ebuild,v 1.2 2014/02/20 14:49:33 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.29.ebuild,v 1.3 2014/03/02 22:45:45 pacho Exp $ EAPI=5 inherit autotools eutils systemd @@ -11,7 +11,7 @@ HOMEPAGE="http://portfwd.sourceforge.net" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=sys-apps/sed-4" |