diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-10-09 20:11:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-10-09 20:11:14 +0000 |
commit | ff0aba2019b2416aff2024b56368ba0cffb80823 (patch) | |
tree | bf6e0f89a4f7a177b0094da0ca0e864dfaecf2a1 /x11-themes/gtk-theme-switch | |
parent | Version bump (diff) | |
download | gentoo-2-ff0aba2019b2416aff2024b56368ba0cffb80823.tar.gz gentoo-2-ff0aba2019b2416aff2024b56368ba0cffb80823.tar.bz2 gentoo-2-ff0aba2019b2416aff2024b56368ba0cffb80823.zip |
add missing compile time dep on pkgconfig, closing bug #150619 by Patrick Lauer
(Portage version: 2.1.2_pre2-r7)
Diffstat (limited to 'x11-themes/gtk-theme-switch')
-rw-r--r-- | x11-themes/gtk-theme-switch/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-themes/gtk-theme-switch/ChangeLog b/x11-themes/gtk-theme-switch/ChangeLog index b4c6ae8a2d5d..4b5d0ec86916 100644 --- a/x11-themes/gtk-theme-switch/ChangeLog +++ b/x11-themes/gtk-theme-switch/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for x11-themes/gtk-theme-switch # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-theme-switch/ChangeLog,v 1.32 2006/10/09 10:02:02 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-theme-switch/ChangeLog,v 1.33 2006/10/09 20:11:14 seemant Exp $ 09 Oct 2006; Javier Villavicencio <the_paya@gentoo.org> gtk-theme-switch-2.0.0_rc2-r2.ebuild: Keyworded ~x86-fbsd. + 09 Oct 2006; Seemant Kulleen <seemant@gentoo.org> + gtk-theme-switch-2.0.0_rc2-r2.ebuild: + add missing compile time dep on pkgconfig, closing bug #150619 by Patrick Lauer + 01 Jun 2006; Seemant Kulleen <seemant@gentoo.org> gtk-theme-switch-1.0.1-r2.ebuild: fix the man page and stuff, so it all installs like switch2 anyway. should diff --git a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild index 17d83bc0980f..0f2e76cd3d44 100644 --- a/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild +++ b/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.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-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild,v 1.9 2006/10/09 10:02:02 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-theme-switch/gtk-theme-switch-2.0.0_rc2-r2.ebuild,v 1.10 2006/10/09 20:11:14 seemant Exp $ inherit eutils @@ -16,7 +16,8 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -DEPEND="=x11-libs/gtk+-2*" +DEPEND="=x11-libs/gtk+-2* + dev-util/pkgconfig" src_unpack() { unpack ${A} |