diff options
author | 2015-06-26 09:05:43 +0000 | |
---|---|---|
committer | 2015-06-26 09:05:43 +0000 | |
commit | 12219b98a23ba69786928aa0f3afa7b0df8b4960 (patch) | |
tree | 0eae44fbed694c917e124ef0cde285aa62d26b01 /dev-libs | |
parent | Stable for x86, wrt bug #552658 (diff) | |
download | gentoo-2-12219b98a23ba69786928aa0f3afa7b0df8b4960.tar.gz gentoo-2-12219b98a23ba69786928aa0f3afa7b0df8b4960.tar.bz2 gentoo-2-12219b98a23ba69786928aa0f3afa7b0df8b4960.zip |
Stable for x86, wrt bug #552570
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libical/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libical/libical-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libical/ChangeLog b/dev-libs/libical/ChangeLog index 4263d6637473..7001f82e341a 100644 --- a/dev-libs/libical/ChangeLog +++ b/dev-libs/libical/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libical # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.93 2015/06/21 06:55:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.94 2015/06/26 09:05:43 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libical-1.0.1.ebuild: + Stable for x86, wrt bug #552570 21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> libical-1.0.1.ebuild: amd64 stable wrt bug #552570 diff --git a/dev-libs/libical/libical-1.0.1.ebuild b/dev-libs/libical/libical-1.0.1.ebuild index d845e6ac8194..843974d4d8ef 100644 --- a/dev-libs/libical/libical-1.0.1.ebuild +++ b/dev-libs/libical/libical-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v 1.5 2015/06/21 06:55:38 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v 1.6 2015/06/26 09:05:43 ago Exp $ EAPI=5 inherit cmake-utils @@ -12,7 +12,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" # FIGURE OUT: Why ebuild for 1.0 was marked || ( MPL-1.1 LGPL-2 ) against what COPYING file says? LICENSE="|| ( MPL-1.0 LGPL-2.1 )" SLOT="0/1" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc examples introspection static-libs" RDEPEND="introspection? ( dev-libs/gobject-introspection )" |