diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2008-04-21 14:38:09 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2008-04-21 14:38:09 +0000 |
commit | d7466b05488334586dccba12350a692b59c24a1d (patch) | |
tree | 0a882452e0c0d3ff2f1e6b8576050cd9e41cc2f0 /sci-electronics | |
parent | Add patch to fix building with GCC 4.3 (taken from Debian). Closes bug #212824. (diff) | |
download | gentoo-2-d7466b05488334586dccba12350a692b59c24a1d.tar.gz gentoo-2-d7466b05488334586dccba12350a692b59c24a1d.tar.bz2 gentoo-2-d7466b05488334586dccba12350a692b59c24a1d.zip |
Fixed pkgconfig dependencies, bug #217278.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/oregano/ChangeLog | 6 | ||||
-rw-r--r-- | sci-electronics/oregano/oregano-0.40.5.ebuild | 7 | ||||
-rw-r--r-- | sci-electronics/oregano/oregano-0.60.0.ebuild | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/sci-electronics/oregano/ChangeLog b/sci-electronics/oregano/ChangeLog index d65186b832dc..4912594a566c 100644 --- a/sci-electronics/oregano/ChangeLog +++ b/sci-electronics/oregano/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-electronics/oregano # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.27 2008/04/09 13:29:27 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/ChangeLog,v 1.28 2008/04/21 14:38:09 calchan Exp $ + + 21 Apr 2008; Denis Dupeyron <calchan@gentoo.org> oregano-0.40.5.ebuild, + oregano-0.60.0.ebuild: + Fixed pkgconfig dependencies, bug #217278. 09 Apr 2008; Markus Dittrich <markusle@gentoo.org> oregano-0.40.5.ebuild, oregano-0.60.0.ebuild: diff --git a/sci-electronics/oregano/oregano-0.40.5.ebuild b/sci-electronics/oregano/oregano-0.40.5.ebuild index 15aeb54550d7..c0699fdb333d 100644 --- a/sci-electronics/oregano/oregano-0.40.5.ebuild +++ b/sci-electronics/oregano/oregano-0.40.5.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/sci-electronics/oregano/oregano-0.40.5.ebuild,v 1.6 2008/04/09 13:29:27 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.40.5.ebuild,v 1.7 2008/04/21 14:38:09 calchan Exp $ inherit eutils @@ -12,7 +12,7 @@ KEYWORDS="amd64 ppc sparc x86" LICENSE="GPL-2" IUSE="" -DEPEND=">=dev-libs/libxml2-2.6.20 +RDEPEND=">=dev-libs/libxml2-2.6.20 >=app-text/scrollkeeper-0.3.14 >=x11-libs/gtk+-2.8 >=gnome-base/libglade-2.4 @@ -22,7 +22,8 @@ DEPEND=">=dev-libs/libxml2-2.6.20 >=gnome-base/libgnomeprint-2.10 >=gnome-base/libgnomeprintui-2.10 >=x11-libs/cairo-1.0.0 - =x11-libs/gtksourceview-1* + =x11-libs/gtksourceview-1*" +DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { diff --git a/sci-electronics/oregano/oregano-0.60.0.ebuild b/sci-electronics/oregano/oregano-0.60.0.ebuild index 70eb14126769..f061bb8c21ba 100644 --- a/sci-electronics/oregano/oregano-0.60.0.ebuild +++ b/sci-electronics/oregano/oregano-0.60.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/sci-electronics/oregano/oregano-0.60.0.ebuild,v 1.5 2008/04/09 13:29:27 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.60.0.ebuild,v 1.6 2008/04/21 14:38:09 calchan Exp $ inherit eutils fdo-mime @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~ppc sparc ~x86" LICENSE="GPL-2" IUSE="" -DEPEND=">=dev-libs/libxml2-2.6.20 +RDEPEND=">=dev-libs/libxml2-2.6.20 >=app-text/scrollkeeper-0.3.14 >=x11-libs/gtk+-2.8 >=gnome-base/libglade-2.5 @@ -23,7 +23,8 @@ DEPEND=">=dev-libs/libxml2-2.6.20 >=gnome-base/libgnomeprintui-2.12 >=x11-libs/cairo-1.0.0 =x11-libs/gtksourceview-1* - >=dev-util/scons-0.96.1 + >=dev-util/scons-0.96.1" +DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { |