diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-12-31 21:39:39 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-12-31 21:39:39 +0000 |
commit | 77180c832c4cd030dd4210c2902bcf60ff7f5b60 (patch) | |
tree | b2b4c08b5d633894d31d378c96a377d4cc6f7bb0 /x11-libs/cairo | |
parent | Adding xcb USE flag for cairo (diff) | |
download | gentoo-2-77180c832c4cd030dd4210c2902bcf60ff7f5b60.tar.gz gentoo-2-77180c832c4cd030dd4210c2902bcf60ff7f5b60.tar.bz2 gentoo-2-77180c832c4cd030dd4210c2902bcf60ff7f5b60.zip |
Remove useless message and useless IUSE flag
(Portage version: 2.1.2_rc4-r2)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/cairo-1.3.10.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-libs/cairo/cairo-1.3.10.ebuild b/x11-libs/cairo/cairo-1.3.10.ebuild index c9516b467843..ba630cdf5375 100644 --- a/x11-libs/cairo/cairo-1.3.10.ebuild +++ b/x11-libs/cairo/cairo-1.3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.3.10.ebuild,v 1.1 2006/12/31 21:34:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.3.10.ebuild,v 1.2 2006/12/31 21:39:39 cardoe Exp $ inherit eutils flag-o-matic debug @@ -11,7 +11,7 @@ SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="directfb doc glitz png svg X xcb" +IUSE="directfb doc glitz svg X xcb" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it RESTRICT="test" @@ -57,9 +57,3 @@ src_install() { make DESTDIR="${D}" install || die "Installation failed" dodoc AUTHORS ChangeLog NEWS README TODO } - -pkg_postinst() { - echo - ewarn "You will most likely need to run revdep-rebuild after emerging this" - echo -} |