diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-01 17:41:21 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-02-01 17:41:21 +0000 |
commit | 170b3b8b6cb848820ebe6117425643a60fc66307 (patch) | |
tree | fc721318a97cbb3172fbc331617fb0371280ec9a /xfce-base/libxfce4mcs | |
parent | eclass fixes (diff) | |
download | historical-170b3b8b6cb848820ebe6117425643a60fc66307.tar.gz historical-170b3b8b6cb848820ebe6117425643a60fc66307.tar.bz2 historical-170b3b8b6cb848820ebe6117425643a60fc66307.zip |
eclass fixes
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'xfce-base/libxfce4mcs')
-rw-r--r-- | xfce-base/libxfce4mcs/Manifest | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4mcs/libxfce4mcs-4.2.0.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/xfce-base/libxfce4mcs/Manifest b/xfce-base/libxfce4mcs/Manifest index 26c3f37007c3..fcee4b63faf5 100644 --- a/xfce-base/libxfce4mcs/Manifest +++ b/xfce-base/libxfce4mcs/Manifest @@ -1,6 +1,2 @@ -MD5 c8455bbb0e49198516c5684386f6d186 libxfce4mcs-4.2.0.ebuild 447 -MD5 c436d628fc82c3fc6f1cc226da497cac libxfce4mcs-4.0.6.ebuild 912 -MD5 bbcf1c0697bacc5a0c3b30108020285c ChangeLog 5985 -MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 -MD5 011f46410944ac6aa6c44d92b888069e files/digest-libxfce4mcs-4.0.6 69 +MD5 712179db5e692796583f7a1a093ca3a4 libxfce4mcs-4.2.0.ebuild 444 MD5 a16968bec2b75db41f497feb10c7430f files/digest-libxfce4mcs-4.2.0 70 diff --git a/xfce-base/libxfce4mcs/libxfce4mcs-4.2.0.ebuild b/xfce-base/libxfce4mcs/libxfce4mcs-4.2.0.ebuild index 88eaf29a5f55..71176837dccf 100644 --- a/xfce-base/libxfce4mcs/libxfce4mcs-4.2.0.ebuild +++ b/xfce-base/libxfce4mcs/libxfce4mcs-4.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/libxfce4mcs-4.2.0.ebuild,v 1.5 2005/01/31 15:28:08 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4mcs/libxfce4mcs-4.2.0.ebuild,v 1.6 2005/02/01 17:41:21 bcowan Exp $ DESCRIPTION="Libraries for Xfce 4" LICENSE="LGPL-2" KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 sparc x86" BZIPPED=1 -XRDEPEND=">=xfce-base/libxfce4util-${PV} - >=xfce-base/libxfcegui4-${PV}" +RDEPEND="~xfce-base/libxfce4util-${PV} + ~xfce-base/libxfcegui4-${PV}" inherit xfce4 |