diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 17:09:48 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 17:09:48 +0100 |
commit | 0977f3da91c619478cb998bdef25af14be29ee11 (patch) | |
tree | 88b05d2cfd977f9ded422a237e50dc9af704ce9e /dev-libs/libical | |
parent | dev-libs/libgweather: dropped ~x86-interix (diff) | |
download | gentoo-0977f3da91c619478cb998bdef25af14be29ee11.tar.gz gentoo-0977f3da91c619478cb998bdef25af14be29ee11.tar.bz2 gentoo-0977f3da91c619478cb998bdef25af14be29ee11.zip |
dev-libs/libical: dropped ~x86-freebsd
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-libs/libical')
-rw-r--r-- | dev-libs/libical/libical-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libical/libical-2.0.0-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libical/libical-1.0.1.ebuild b/dev-libs/libical/libical-1.0.1.ebuild index e39ad3efdab8..c1498605c1c0 100644 --- a/dev-libs/libical/libical-1.0.1.ebuild +++ b/dev-libs/libical/libical-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc examples introspection static-libs" RDEPEND="introspection? ( dev-libs/gobject-introspection )" diff --git a/dev-libs/libical/libical-2.0.0-r2.ebuild b/dev-libs/libical/libical-2.0.0-r2.ebuild index 72c6aca587e1..322aed01c7dc 100644 --- a/dev-libs/libical/libical-2.0.0-r2.ebuild +++ b/dev-libs/libical/libical-2.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( MPL-1.0 LGPL-2.1 )" SLOT="0/2" -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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc examples static-libs" # The GOBJECT_INTROSPECTION build is broken, and upstream has given up |