diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:14:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 20:14:00 +0000 |
commit | 1864a377d64ab6b4dff01d4066af30d006afdf42 (patch) | |
tree | 30201391fada5226b91c7bf04daab4c6a4ceffd1 /net-misc/pen | |
parent | Add ~mips keyword. (diff) | |
download | gentoo-2-1864a377d64ab6b4dff01d4066af30d006afdf42.tar.gz gentoo-2-1864a377d64ab6b4dff01d4066af30d006afdf42.tar.bz2 gentoo-2-1864a377d64ab6b4dff01d4066af30d006afdf42.zip |
Stable for x86, wrt bug #502904
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/pen')
-rw-r--r-- | net-misc/pen/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/pen/pen-0.20.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/pen/ChangeLog b/net-misc/pen/ChangeLog index 8c8296e6e384..669685f7b4ce 100644 --- a/net-misc/pen/ChangeLog +++ b/net-misc/pen/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/pen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/ChangeLog,v 1.18 2014/03/02 23:17:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/ChangeLog,v 1.19 2014/03/04 20:14:00 ago Exp $ + + 04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pen-0.20.1.ebuild: + Stable for x86, wrt bug #502904 02 Mar 2014; Pacho Ramos <pacho@gentoo.org> pen-0.20.1.ebuild: amd64 stable, bug #502904 diff --git a/net-misc/pen/pen-0.20.1.ebuild b/net-misc/pen/pen-0.20.1.ebuild index 75e46ee8aa98..ec1bb20c91aa 100644 --- a/net-misc/pen/pen-0.20.1.ebuild +++ b/net-misc/pen/pen-0.20.1.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/pen/pen-0.20.1.ebuild,v 1.2 2014/03/02 23:17:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pen/pen-0.20.1.ebuild,v 1.3 2014/03/04 20:14:00 ago Exp $ EAPI="4" @@ -9,7 +9,7 @@ HOMEPAGE="http://siag.nu/pen/" SRC_URI="http://siag.nu/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="ssl" DEPEND="ssl? ( dev-libs/openssl )" |