diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 10:12:43 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-07-22 10:12:43 +0000 |
commit | 5e4a424dd3262df5f1b646ae2acee25e3c5582af (patch) | |
tree | 300380cbb2ca5dcce7a952768afecc5b09cb6453 /app-pda/qtopia-desktop-bin | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-5e4a424dd3262df5f1b646ae2acee25e3c5582af.tar.gz gentoo-2-5e4a424dd3262df5f1b646ae2acee25e3c5582af.tar.bz2 gentoo-2-5e4a424dd3262df5f1b646ae2acee25e3c5582af.zip |
Drop virtual/x11 dependency.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'app-pda/qtopia-desktop-bin')
-rw-r--r-- | app-pda/qtopia-desktop-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-pda/qtopia-desktop-bin/ChangeLog b/app-pda/qtopia-desktop-bin/ChangeLog index 551beaa21771..667c36e5b83e 100644 --- a/app-pda/qtopia-desktop-bin/ChangeLog +++ b/app-pda/qtopia-desktop-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/qtopia-desktop-bin # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/ChangeLog,v 1.14 2007/07/02 14:21:45 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/ChangeLog,v 1.15 2007/07/22 10:12:43 calchan Exp $ + + 22 Jul 2007; Denis Dupeyron <calchan@gentoo.org> + qtopia-desktop-bin-2.2.0.ebuild: + Drop virtual/x11 dependency. 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> qtopia-desktop-bin-2.2.0.ebuild: diff --git a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild index 2e01099a4937..0665656e32b1 100644 --- a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild +++ b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.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/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild,v 1.4 2007/07/02 14:21:45 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild,v 1.5 2007/07/22 10:12:43 calchan Exp $ inherit eutils rpm multilib @@ -20,7 +20,7 @@ IUSE="" DEPEND="" RDEPEND="virtual/libc - || ( x11-libs/libX11 virtual/x11 ) + x11-libs/libX11 amd64? ( app-emulation/emul-linux-x86-xlibs )" RESTRICT="mirror strip" |