diff options
author | 2015-02-21 18:58:50 +0000 | |
---|---|---|
committer | 2015-02-21 18:58:50 +0000 | |
commit | 611ccc0c408d6aae34cfc4e203b959a68bd9bbee (patch) | |
tree | 9e82e2cfc158b954962ce38c8492bf1166574c0b /x11-libs | |
parent | Restored dropped 'xinetd-installation-fix' patch. Fixes bug #539696 by tman a... (diff) | |
download | gentoo-2-611ccc0c408d6aae34cfc4e203b959a68bd9bbee.tar.gz gentoo-2-611ccc0c408d6aae34cfc4e203b959a68bd9bbee.tar.bz2 gentoo-2-611ccc0c408d6aae34cfc4e203b959a68bd9bbee.zip |
Also don't wrap cairo-features.h in live ebuild
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 7ac81e38d235..ad18c60874c5 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # 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.399 2015/02/21 18:00:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.400 2015/02/21 18:58:50 tetromino Exp $ + + 21 Feb 2015; Alexandre Rostovtsev <tetromino@gentoo.org> cairo-9999.ebuild: + Also don't wrap cairo-features.h in live ebuild *cairo-1.14.0-r1 (21 Feb 2015) *cairo-1.12.18-r1 (21 Feb 2015) diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index f26868466109..f1b4a17d5584 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.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-9999.ebuild,v 1.55 2015/02/18 08:44:20 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.56 2015/02/21 18:58:50 tetromino Exp $ EAPI=5 @@ -81,7 +81,6 @@ REQUIRED_USE=" " MULTILIB_WRAPPED_HEADERS=( - /usr/include/cairo/cairo-features.h /usr/include/cairo/cairo-directfb.h ) |