diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-07-10 14:49:05 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-07-10 14:49:05 +0000 |
commit | dea1c286b9eb37efcbf6ae2bf010ea07553ef542 (patch) | |
tree | 3ed0718a5a771a05c0da344dfa7553965300866f /dev-cpp/cairomm | |
parent | stable ppc64, bug 230937 (diff) | |
download | gentoo-2-dea1c286b9eb37efcbf6ae2bf010ea07553ef542.tar.gz gentoo-2-dea1c286b9eb37efcbf6ae2bf010ea07553ef542.tar.bz2 gentoo-2-dea1c286b9eb37efcbf6ae2bf010ea07553ef542.zip |
dev-cpp/cairomm: fix whitespace
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'dev-cpp/cairomm')
-rw-r--r-- | dev-cpp/cairomm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/cairomm/cairomm-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/cairomm/ChangeLog b/dev-cpp/cairomm/ChangeLog index ff601b5292a8..89055956393b 100644 --- a/dev-cpp/cairomm/ChangeLog +++ b/dev-cpp/cairomm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/cairomm # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/ChangeLog,v 1.26 2008/07/10 14:36:35 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/ChangeLog,v 1.27 2008/07/10 14:49:05 remi Exp $ + + 10 Jul 2008; Rémi Cardona <remi@gentoo.org> cairomm-1.6.0.ebuild: + fix whitespace 10 Jul 2008; Rémi Cardona <remi@gentoo.org> cairomm-1.6.0.ebuild: don't build examples and tests (see ebuild for reasons why) diff --git a/dev-cpp/cairomm/cairomm-1.6.0.ebuild b/dev-cpp/cairomm/cairomm-1.6.0.ebuild index b304cc11c3c7..b848528dfb63 100644 --- a/dev-cpp/cairomm/cairomm-1.6.0.ebuild +++ b/dev-cpp/cairomm/cairomm-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.6.0.ebuild,v 1.2 2008/07/10 14:36:35 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.6.0.ebuild,v 1.3 2008/07/10 14:49:05 remi Exp $ inherit eutils @@ -23,7 +23,7 @@ src_unpack() { # don't waste time building examples because they are marked as "noinst" sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || die "sed failed" - + # don't waste time building tests # they require the boost Unit Testing framework, that's not in base boost sed -i 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' Makefile.in || die "sed failed" |