diff options
author | 2005-05-16 18:00:39 +0000 | |
---|---|---|
committer | 2005-05-16 18:00:39 +0000 | |
commit | 73bc3ac516cbc6383acd3bc8f5e3dade9a8dacf9 (patch) | |
tree | 46ea50f35ea66d14c8f8873720da36559ef54b2e /x11-misc | |
parent | Marked 0.3.3-r2 stable on all arches that 0.3.3-r1 is stable on. Only change ... (diff) | |
download | gentoo-2-73bc3ac516cbc6383acd3bc8f5e3dade9a8dacf9.tar.gz gentoo-2-73bc3ac516cbc6383acd3bc8f5e3dade9a8dacf9.tar.bz2 gentoo-2-73bc3ac516cbc6383acd3bc8f5e3dade9a8dacf9.zip |
Marked 0.7.1 stable on x86.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/x11vnc/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.7-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.7.1-r1.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/x11vnc/ChangeLog b/x11-misc/x11vnc/ChangeLog index 7baca5a01703..6991a015e213 100644 --- a/x11-misc/x11vnc/ChangeLog +++ b/x11-misc/x11vnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/x11vnc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.9 2005/03/02 21:23:29 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.10 2005/05/16 18:00:39 swegener Exp $ + + 16 May 2005; Sven Wegener <swegener@gentoo.org> x11vnc-0.7-r1.ebuild, + x11vnc-0.7.1-r1.ebuild: + Marked 0.7.1 stable on x86. *x11vnc-0.7-r1 (02 Mar 2005) diff --git a/x11-misc/x11vnc/x11vnc-0.7-r1.ebuild b/x11-misc/x11vnc/x11vnc-0.7-r1.ebuild index 1aebecff5871..8d4c45babaae 100644 --- a/x11-misc/x11vnc/x11vnc-0.7-r1.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.7-r1.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/x11vnc/x11vnc-0.7-r1.ebuild,v 1.1 2005/03/02 21:23:29 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.7-r1.ebuild,v 1.2 2005/05/16 18:00:39 swegener Exp $ inherit eutils @@ -34,7 +34,7 @@ src_unpack() { src_compile() { local myconf="" - use jpeg && myconf="--enable-zlib" + use jpeg && myconf="${myconf} --enable-zlib" econf \ $(use_with jpeg) \ diff --git a/x11-misc/x11vnc/x11vnc-0.7.1-r1.ebuild b/x11-misc/x11vnc/x11vnc-0.7.1-r1.ebuild index 5eaf1ea763ae..24d035126a3b 100644 --- a/x11-misc/x11vnc/x11vnc-0.7.1-r1.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.7.1-r1.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/x11vnc/x11vnc-0.7.1-r1.ebuild,v 1.1 2005/03/02 21:23:29 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.7.1-r1.ebuild,v 1.2 2005/05/16 18:00:39 swegener Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/libvncserver/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~ppc" +KEYWORDS="~amd64 ~hppa x86 ~ppc" IUSE="jpeg zlib" DEPEND="virtual/x11 @@ -22,7 +22,7 @@ DEPEND="virtual/x11 src_compile() { local myconf="" - use jpeg && myconf="--enable-zlib" + use jpeg && myconf="${myconf} --enable-zlib" econf \ $(use_with jpeg) \ |