diff options
author | 2015-02-21 18:00:22 +0000 | |
---|---|---|
committer | 2015-02-21 18:00:22 +0000 | |
commit | d08a64170d93852a59bc110af5ee572c3e46c4e7 (patch) | |
tree | 062a8237666616d9735ad148770a52c98f6c94c2 /x11-libs/cairo | |
parent | EAPI 5 (diff) | |
download | gentoo-2-d08a64170d93852a59bc110af5ee572c3e46c4e7.tar.gz gentoo-2-d08a64170d93852a59bc110af5ee572c3e46c4e7.tar.bz2 gentoo-2-d08a64170d93852a59bc110af5ee572c3e46c4e7.zip |
Re-disable cairo-features.h wrapping which has been re-enabled accidentally.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.12.18-r1.ebuild (renamed from x11-libs/cairo/cairo-1.12.18.ebuild) | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.14.0-r1.ebuild (renamed from x11-libs/cairo/cairo-1.14.0.ebuild) | 3 |
3 files changed, 11 insertions, 6 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 6c5f38ab447e..7ac81e38d235 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.398 2015/02/18 08:44:20 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.399 2015/02/21 18:00:22 mgorny Exp $ + +*cairo-1.14.0-r1 (21 Feb 2015) +*cairo-1.12.18-r1 (21 Feb 2015) + + 21 Feb 2015; Michał Górny <mgorny@gentoo.org> +cairo-1.12.18-r1.ebuild, + +cairo-1.14.0-r1.ebuild, -cairo-1.12.18.ebuild, -cairo-1.14.0.ebuild: + Re-disable cairo-features.h wrapping which has been re-enabled accidentally. *cairo-1.14.0 (18 Feb 2015) diff --git a/x11-libs/cairo/cairo-1.12.18.ebuild b/x11-libs/cairo/cairo-1.12.18-r1.ebuild index 5cf67ca4f554..3ac29bd37539 100644 --- a/x11-libs/cairo/cairo-1.12.18.ebuild +++ b/x11-libs/cairo/cairo-1.12.18-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild,v 1.5 2014/12/12 21:50:18 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18-r1.ebuild,v 1.1 2015/02/21 18:00:22 mgorny Exp $ EAPI=5 @@ -81,7 +81,6 @@ REQUIRED_USE=" " MULTILIB_WRAPPED_HEADERS=( - /usr/include/cairo/cairo-features.h /usr/include/cairo/cairo-directfb.h ) diff --git a/x11-libs/cairo/cairo-1.14.0.ebuild b/x11-libs/cairo/cairo-1.14.0-r1.ebuild index 7199f4fe58a4..39689805fa26 100644 --- a/x11-libs/cairo/cairo-1.14.0.ebuild +++ b/x11-libs/cairo/cairo-1.14.0-r1.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/x11-libs/cairo/cairo-1.14.0.ebuild,v 1.1 2015/02/18 08:44:20 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.14.0-r1.ebuild,v 1.1 2015/02/21 18:00:22 mgorny Exp $ EAPI=5 @@ -81,7 +81,6 @@ REQUIRED_USE=" " MULTILIB_WRAPPED_HEADERS=( - /usr/include/cairo/cairo-features.h /usr/include/cairo/cairo-directfb.h ) |