diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-13 13:25:19 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-13 13:25:19 +0000 |
commit | e35d21b422d83d2dfe6392700fe007d8c1a8ec42 (patch) | |
tree | 69721a10da5deaec8d50a54c9b826dc593bb96e6 /x11-misc | |
parent | version bump to 0.7.2_pre5 (diff) | |
download | gentoo-2-e35d21b422d83d2dfe6392700fe007d8c1a8ec42.tar.gz gentoo-2-e35d21b422d83d2dfe6392700fe007d8c1a8ec42.tar.bz2 gentoo-2-e35d21b422d83d2dfe6392700fe007d8c1a8ec42.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsri/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsri/xsri-2.1.0.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/xsri/ChangeLog b/x11-misc/xsri/ChangeLog index d78e60919b34..d5e5f49fc084 100644 --- a/x11-misc/xsri/ChangeLog +++ b/x11-misc/xsri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsri -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.2 2005/12/19 22:13:54 nelchael Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.3 2006/01/13 13:25:19 nelchael Exp $ + + 13 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xsri-2.1.0.ebuild: + Fixed DEPEND for modular X. 19 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> xsri-2.1.0.ebuild: Stable on x86. diff --git a/x11-misc/xsri/xsri-2.1.0.ebuild b/x11-misc/xsri/xsri-2.1.0.ebuild index 2f09eee5f6e0..60732ce0155b 100644 --- a/x11-misc/xsri/xsri-2.1.0.ebuild +++ b/x11-misc/xsri/xsri-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0.ebuild,v 1.2 2005/12/19 22:13:54 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0.ebuild,v 1.3 2006/01/13 13:25:19 nelchael Exp $ inherit base rpm @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/x11 - =x11-libs/gtk+-2*" +DEPEND="=x11-libs/gtk+-2*" src_install() { base_src_install "$@" |