diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-28 18:06:36 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-28 18:06:36 +0000 |
commit | 77f2c293eb2867021eba2fd99b9b13c37db55537 (patch) | |
tree | 33790a5fb5d7b75f1ef3077898a06cb396dd8b96 /x11-misc/skippy | |
parent | Fixed DEPEND for modular X. See bug #115991. (diff) | |
download | gentoo-2-77f2c293eb2867021eba2fd99b9b13c37db55537.tar.gz gentoo-2-77f2c293eb2867021eba2fd99b9b13c37db55537.tar.bz2 gentoo-2-77f2c293eb2867021eba2fd99b9b13c37db55537.zip |
Fix *DEPEND for modular X. See bug #115650.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-misc/skippy')
-rw-r--r-- | x11-misc/skippy/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/skippy/skippy-0.5.0.ebuild | 17 |
2 files changed, 17 insertions, 5 deletions
diff --git a/x11-misc/skippy/ChangeLog b/x11-misc/skippy/ChangeLog index 5ae0cffd1391..61d0435e8228 100644 --- a/x11-misc/skippy/ChangeLog +++ b/x11-misc/skippy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/skippy # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/ChangeLog,v 1.9 2005/12/15 13:28:19 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/ChangeLog,v 1.10 2005/12/28 18:06:36 nelchael Exp $ + + 28 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> skippy-0.5.0.ebuild: + Fix *DEPEND for modular X. See bug #115650. 15 Dec 2005; Herbie Hopkins <herbs@gentoo.org> skippy-0.5.0.ebuild: Stable on amd64. diff --git a/x11-misc/skippy/skippy-0.5.0.ebuild b/x11-misc/skippy/skippy-0.5.0.ebuild index 0350f7ae84be..6f15ddd29cf2 100644 --- a/x11-misc/skippy/skippy-0.5.0.ebuild +++ b/x11-misc/skippy/skippy-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/skippy-0.5.0.ebuild,v 1.9 2005/12/15 13:28:19 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/skippy-0.5.0.ebuild,v 1.10 2005/12/28 18:06:36 nelchael Exp $ inherit eutils @@ -14,10 +14,21 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -RDEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libXext + x11-libs/libX11 + x11-libs/libXinerama + x11-libs/libXmu + ) + virtual/x11 + ) virtual/xft" DEPEND="${RDEPEND} + || ( ( x11-proto/xproto + x11-proto/xineramaproto + ) + virtual/x11 + ) >=media-libs/imlib2-1.1.0" src_unpack() { @@ -39,7 +50,6 @@ src_install() { dodoc CHANGELOG } - pkg_postinst() { einfo einfo "You should copy /usr/share/${P}/skippyrc-default to ~/.skippyrc" @@ -48,4 +58,3 @@ pkg_postinst() { einfo echo } - |