diff options
author | José María Alonso <nimiux@gentoo.org> | 2012-12-27 18:33:23 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2012-12-27 18:33:23 +0000 |
commit | 7411a4079b88201f0780d6b8ea5bf7a49927df2a (patch) | |
tree | a2b7de551fa7926073ebd07afab0026888dbf1c7 /app-crypt/keynote | |
parent | sci-libs/libcmatrix: Drop local USE (diff) | |
download | gentoo-2-7411a4079b88201f0780d6b8ea5bf7a49927df2a.tar.gz gentoo-2-7411a4079b88201f0780d6b8ea5bf7a49927df2a.tar.bz2 gentoo-2-7411a4079b88201f0780d6b8ea5bf7a49927df2a.zip |
Mark stable for amd64 wrt bug #448850
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-crypt/keynote')
-rw-r--r-- | app-crypt/keynote/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/keynote/keynote-2.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/keynote/ChangeLog b/app-crypt/keynote/ChangeLog index b474daabe5cf..efaf236a0e1c 100644 --- a/app-crypt/keynote/ChangeLog +++ b/app-crypt/keynote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/keynote # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/ChangeLog,v 1.19 2012/11/07 13:17:51 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/ChangeLog,v 1.20 2012/12/27 18:33:23 nimiux Exp $ + + 27 Dec 2012; Chema Alonso <nimiux@gentoo.org> keynote-2.3-r3.ebuild: + Mark stable for amd64 wrt bug #448850 *keynote-2.3-r3 (07 Nov 2012) diff --git a/app-crypt/keynote/keynote-2.3-r3.ebuild b/app-crypt/keynote/keynote-2.3-r3.ebuild index c5b69b28ad4a..97bdf51b114a 100644 --- a/app-crypt/keynote/keynote-2.3-r3.ebuild +++ b/app-crypt/keynote/keynote-2.3-r3.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/app-crypt/keynote/keynote-2.3-r3.ebuild,v 1.1 2012/11/07 13:17:51 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/keynote-2.3-r3.ebuild,v 1.2 2012/12/27 18:33:23 nimiux Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://www1.cs.columbia.edu/~angelos/Code/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="ssl" RDEPEND="ssl? ( dev-libs/openssl )" |