diff options
author | David Shakaryan <omp@gentoo.org> | 2007-07-22 03:52:10 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-07-22 03:52:10 +0000 |
commit | e28fa77f4eaa385bbc28b40e1d8eda5885d8e822 (patch) | |
tree | c772a042b9e5d128970f2bb885e11d483b73571e /x11-misc/peksystray | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-e28fa77f4eaa385bbc28b40e1d8eda5885d8e822.tar.gz gentoo-2-e28fa77f4eaa385bbc28b40e1d8eda5885d8e822.tar.bz2 gentoo-2-e28fa77f4eaa385bbc28b40e1d8eda5885d8e822.zip |
Remove virtual/x11 from dependencies.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-misc/peksystray')
-rw-r--r-- | x11-misc/peksystray/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/peksystray/peksystray-0.2.1.ebuild | 8 | ||||
-rw-r--r-- | x11-misc/peksystray/peksystray-0.3.0.ebuild | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/x11-misc/peksystray/ChangeLog b/x11-misc/peksystray/ChangeLog index 49f6f5de0c69..913a852e4a1c 100644 --- a/x11-misc/peksystray/ChangeLog +++ b/x11-misc/peksystray/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/peksystray # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.15 2007/02/03 03:49:32 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.16 2007/07/22 03:52:10 omp Exp $ + + 22 Jul 2007; David Shakaryan <omp@gentoo.org> peksystray-0.2.1.ebuild, + peksystray-0.3.0.ebuild: + Remove virtual/x11 from dependencies. 03 Feb 2007; Steve Dibb <beandog@gentoo.org> peksystray-0.2.1.ebuild, peksystray-0.3.0.ebuild: diff --git a/x11-misc/peksystray/peksystray-0.2.1.ebuild b/x11-misc/peksystray/peksystray-0.2.1.ebuild index a81d05ae65ac..515e6c8fea84 100644 --- a/x11-misc/peksystray/peksystray-0.2.1.ebuild +++ b/x11-misc/peksystray/peksystray-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.1.ebuild,v 1.8 2007/02/03 03:49:32 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.1.ebuild,v 1.9 2007/07/22 03:52:10 omp Exp $ inherit eutils multilib @@ -13,10 +13,8 @@ SLOT="0" KEYWORDS="alpha ~amd64 ppc x86" IUSE="" -RDEPEND="|| ( ( - x11-libs/libXt - x11-libs/libX11 ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXt" DEPEND="${RDEPEND}" src_compile() { diff --git a/x11-misc/peksystray/peksystray-0.3.0.ebuild b/x11-misc/peksystray/peksystray-0.3.0.ebuild index 747e25bb131b..bc14d6d5e8c3 100644 --- a/x11-misc/peksystray/peksystray-0.3.0.ebuild +++ b/x11-misc/peksystray/peksystray-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.3.0.ebuild,v 1.3 2007/02/03 03:49:32 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.3.0.ebuild,v 1.4 2007/07/22 03:52:10 omp Exp $ inherit multilib @@ -13,10 +13,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~x86" IUSE="" -RDEPEND="|| ( ( - x11-libs/libXt - x11-libs/libX11 ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXt" DEPEND="${RDEPEND}" src_compile() { |