diff options
author | 2013-01-30 18:06:09 +0000 | |
---|---|---|
committer | 2013-01-30 18:06:09 +0000 | |
commit | ae210794f5414e2912c88eaaa3fd96fd430617d7 (patch) | |
tree | 5bda4484cb33c818e4ae20225d4856ff402b0c5c /net-analyzer/upnpscan | |
parent | initial import, ebuild by Tom Hendrikx <tom@whyscream.net> (diff) | |
download | gentoo-2-ae210794f5414e2912c88eaaa3fd96fd430617d7.tar.gz gentoo-2-ae210794f5414e2912c88eaaa3fd96fd430617d7.tar.bz2 gentoo-2-ae210794f5414e2912c88eaaa3fd96fd430617d7.zip |
Stable for x86, wrt bug #454018
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/upnpscan')
-rw-r--r-- | net-analyzer/upnpscan/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/upnpscan/ChangeLog b/net-analyzer/upnpscan/ChangeLog index f55fd951323b..8551a596b6ef 100644 --- a/net-analyzer/upnpscan/ChangeLog +++ b/net-analyzer/upnpscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/upnpscan # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.15 2013/01/30 16:43:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.16 2013/01/30 18:06:09 ago Exp $ + + 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> upnpscan-0.4-r3.ebuild: + Stable for x86, wrt bug #454018 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> upnpscan-0.4-r3.ebuild: Stable for amd64, wrt bug #454018 diff --git a/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild b/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild index ea25b69fc81e..031187a9c01e 100644 --- a/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild +++ b/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild,v 1.3 2013/01/30 16:43:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild,v 1.4 2013/01/30 18:06:09 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://www.cqure.net/tools/${PN}-v${PV}-src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}/${PN}" |