diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-21 22:32:34 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-21 22:32:34 +0000 |
commit | ebe323b5d1b1e1178a11495076e2a5c44d14e08d (patch) | |
tree | 32cab3e9aa077e35421e562fbd36ed9d62574fc0 /x11-misc/xstroke | |
parent | Remove monolithic X from dependencies and add IUSE. (diff) | |
download | gentoo-2-ebe323b5d1b1e1178a11495076e2a5c44d14e08d.tar.gz gentoo-2-ebe323b5d1b1e1178a11495076e2a5c44d14e08d.tar.bz2 gentoo-2-ebe323b5d1b1e1178a11495076e2a5c44d14e08d.zip |
Remove monolithic X from dependencies.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/xstroke')
-rw-r--r-- | x11-misc/xstroke/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xstroke/xstroke-0.6-r1.ebuild | 25 |
2 files changed, 14 insertions, 16 deletions
diff --git a/x11-misc/xstroke/ChangeLog b/x11-misc/xstroke/ChangeLog index b52f4de99b90..0439123ce38c 100644 --- a/x11-misc/xstroke/ChangeLog +++ b/x11-misc/xstroke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xstroke # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.25 2006/10/11 11:46:18 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.26 2006/10/21 22:32:34 omp Exp $ + + 21 Oct 2006; David Shakaryan <omp@gentoo.org> xstroke-0.6-r1.ebuild: + Remove monolithic X from dependencies. 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xstroke-0.6-r1.ebuild: Add missing dev-util/pkgconfig to DEPEND, see bug #150800. diff --git a/x11-misc/xstroke/xstroke-0.6-r1.ebuild b/x11-misc/xstroke/xstroke-0.6-r1.ebuild index b4551cbaeb6b..9bf8b8603703 100644 --- a/x11-misc/xstroke/xstroke-0.6-r1.ebuild +++ b/x11-misc/xstroke/xstroke-0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6-r1.ebuild,v 1.3 2006/10/11 11:46:18 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6-r1.ebuild,v 1.4 2006/10/21 22:32:34 omp Exp $ inherit eutils @@ -15,26 +15,21 @@ SLOT="0" KEYWORDS="alpha hppa ~mips ppc sparc x86" IUSE="" -RDEPEND="|| ( ( - x11-libs/libXtst - x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXrender - x11-libs/libXt - x11-libs/libXft ) - virtual/x11 )" +RDEPEND="x11-libs/libXtst + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXrender + x11-libs/libXt + x11-libs/libXft" DEPEND="${RDEPEND} media-libs/freetype media-libs/fontconfig dev-util/pkgconfig - || ( ( - x11-proto/xextproto - x11-proto/xproto ) - virtual/x11 )" + x11-proto/xextproto + x11-proto/xproto" src_unpack() { - - unpack "${A}" + unpack ${A} epatch "${FILESDIR}/${P}-sigsegv_sprintf.patch" } |