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 | 5131ab76932ea3dc19bd2347e01496906d63ae92 (patch) | |
tree | 2627e9b8d1690b284c6b7b759554a2ec681a8b83 | |
parent | version bump to 0.7.2_pre5 (diff) | |
download | historical-5131ab76932ea3dc19bd2347e01496906d63ae92.tar.gz historical-5131ab76932ea3dc19bd2347e01496906d63ae92.tar.bz2 historical-5131ab76932ea3dc19bd2347e01496906d63ae92.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
-rw-r--r-- | x11-misc/xsri/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsri/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xsri/xsri-2.1.0.ebuild | 7 |
3 files changed, 10 insertions, 8 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/Manifest b/x11-misc/xsri/Manifest index ea09765072c4..aa9f0172db47 100644 --- a/x11-misc/xsri/Manifest +++ b/x11-misc/xsri/Manifest @@ -1,4 +1,4 @@ -MD5 d58688328509b5f0936649048b35eaef ChangeLog 479 +MD5 538d5595c243171569cf1098f039f035 ChangeLog 582 MD5 4c0ded822d575297d8ce3b6248aa2f5f files/digest-xsri-2.1.0 64 MD5 9ba3ceca3ae81ec759fbb9a277c0e45c metadata.xml 165 -MD5 e3bfffe44c52cf635cbcd093e690609b xsri-2.1.0.ebuild 571 +MD5 3740d7c284917f578657435ae45bab42 xsri-2.1.0.ebuild 558 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 "$@" |