diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-28 13:40:48 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-28 13:40:48 +0000 |
commit | 73b22fabd39bcaab3f4e6aae09fce781e10715b6 (patch) | |
tree | 8bf43af2a6319201a691761b5130206b916e5b7d /dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild | |
parent | Mask glibmm-2.7.1. (diff) | |
download | historical-73b22fabd39bcaab3f4e6aae09fce781e10715b6.tar.gz historical-73b22fabd39bcaab3f4e6aae09fce781e10715b6.tar.bz2 historical-73b22fabd39bcaab3f4e6aae09fce781e10715b6.zip |
Version bump; 2.6.1 stable on x86. Fixed deps.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild')
-rw-r--r-- | dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild b/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild index c15b7fd0a281..f4f0054ba6ca 100644 --- a/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild +++ b/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild,v 1.9 2005/06/04 17:04:48 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.4.7-r1.ebuild,v 1.10 2005/06/28 13:40:48 ka0ttic Exp $ inherit gnome2 @@ -12,13 +12,13 @@ SLOT="2" KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="doc" +RDEPEND=">=dev-libs/libsigc++-2.0.11 + >=dev-libs/glib-2.4" + DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( app-doc/doxygen )" -RDEPEND=">=dev-libs/libsigc++-2.0.11 - >=dev-libs/glib-2.4" - DOCS="AUTHORS CHANGES ChangeLog NEWS README" src_unpack() { @@ -31,7 +31,7 @@ src_unpack() { src_install() { gnome2_src_install - rm -fr ${D}/usr/share/doc/${P%.*} + rm -fr ${D}/usr/share/doc/glibmm-2.4 if use doc ; then # API Reference dohtml -r docs/reference/html/* docs/images/* |