diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-17 17:27:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-02-17 17:27:50 +0000 |
commit | 33a4350be40bbcac1f7c8be85d9d29140d4fdb4d (patch) | |
tree | 229972a2075cb7057a2bd4a1b3c248f2c879cdf8 /x11-themes | |
parent | depend on uzip (diff) | |
download | gentoo-2-33a4350be40bbcac1f7c8be85d9d29140d4fdb4d.tar.gz gentoo-2-33a4350be40bbcac1f7c8be85d9d29140d4fdb4d.tar.bz2 gentoo-2-33a4350be40bbcac1f7c8be85d9d29140d4fdb4d.zip |
Bug #69831: Ensure unzip is in DEPEND.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gdm-themes/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/gdm-themes/gdm-themes-2.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-themes/gdm-themes/ChangeLog b/x11-themes/gdm-themes/ChangeLog index d01ad7772901..90712f6a42ec 100644 --- a/x11-themes/gdm-themes/ChangeLog +++ b/x11-themes/gdm-themes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gdm-themes # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gdm-themes/ChangeLog,v 1.16 2005/02/13 12:05:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gdm-themes/ChangeLog,v 1.17 2005/02/17 17:27:50 robbat2 Exp $ + + 17 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> gdm-themes-2.0.ebuild: + Bug #69831: Ensure unzip is in DEPEND. 13 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> gdm-themes-2.0.ebuild: Stable on alpha. diff --git a/x11-themes/gdm-themes/gdm-themes-2.0.ebuild b/x11-themes/gdm-themes/gdm-themes-2.0.ebuild index 9cd5567f7e54..58ac90b8fb29 100644 --- a/x11-themes/gdm-themes/gdm-themes-2.0.ebuild +++ b/x11-themes/gdm-themes/gdm-themes-2.0.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/x11-themes/gdm-themes/gdm-themes-2.0.ebuild,v 1.7 2005/02/13 12:05:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gdm-themes/gdm-themes-2.0.ebuild,v 1.8 2005/02/17 17:27:50 robbat2 Exp $ RESTRIC="nomirror" DESCRIPTION="Some nice themes for the GDM Greeter" @@ -123,6 +123,7 @@ SRC_URI="${THEME_URI}GDM-300-lantueno.tar.gz HOMEPAGE="http://art.gnome.org/themes/gdm_greeter/" RDEPEND="gnome-base/gdm" +DEPEND="app-arch/unzip" SLOT="0" LICENSE="as-is" |