diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-31 07:37:00 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-31 07:37:00 +0000 |
commit | d9bbb07750dc3b95d0c2ef4bb2815de2e74eaf44 (patch) | |
tree | a61c1854c417dbfa1aa8aa78357d8daf792386f1 /app-portage | |
parent | Fix bad dep strings (diff) | |
download | gentoo-2-d9bbb07750dc3b95d0c2ef4bb2815de2e74eaf44.tar.gz gentoo-2-d9bbb07750dc3b95d0c2ef4bb2815de2e74eaf44.tar.bz2 gentoo-2-d9bbb07750dc3b95d0c2ef4bb2815de2e74eaf44.zip |
Stable on x86, wrt bug #505148
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/porticron/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/porticron/porticron-0.7_p20140126.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-portage/porticron/ChangeLog b/app-portage/porticron/ChangeLog index 692db4a9e21b..299b4527f738 100644 --- a/app-portage/porticron/ChangeLog +++ b/app-portage/porticron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/porticron # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.36 2014/03/29 20:40:51 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/ChangeLog,v 1.37 2014/03/31 07:37:00 pinkbyte Exp $ + + 31 Mar 2014; Sergey Popov <pinkbyte@gentoo.org> + porticron-0.7_p20140126.ebuild: + Stable on x86, wrt bug #505148 29 Mar 2014; Chema Alonso <nimiux@gentoo.org> porticron-0.7_p20140126.ebuild: Stable for amd64 wrt bug #505148 diff --git a/app-portage/porticron/porticron-0.7_p20140126.ebuild b/app-portage/porticron/porticron-0.7_p20140126.ebuild index 8764a507b3c4..45da2a38025a 100644 --- a/app-portage/porticron/porticron-0.7_p20140126.ebuild +++ b/app-portage/porticron/porticron-0.7_p20140126.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/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.3 2014/03/29 20:40:51 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/porticron/porticron-0.7_p20140126.ebuild,v 1.4 2014/03/31 07:37:00 pinkbyte Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/hollow/${PN}/tarball/df727fe -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86" IUSE="" RDEPEND="net-dns/bind-tools" |