diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-14 17:03:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-14 17:03:19 +0000 |
commit | 01a1e573be2be2b08477a1f724c061ca1ef8c378 (patch) | |
tree | 94f402f17b5d1ca6aa478eaa99135ff3a2ac3dec /net-misc/rdesktop | |
parent | Version bump (diff) | |
download | historical-01a1e573be2be2b08477a1f724c061ca1ef8c378.tar.gz historical-01a1e573be2be2b08477a1f724c061ca1ef8c378.tar.bz2 historical-01a1e573be2be2b08477a1f724c061ca1ef8c378.zip |
Stable on ppc64; bug #220911
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-misc/rdesktop')
-rw-r--r-- | net-misc/rdesktop/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/rdesktop/rdesktop-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/rdesktop/ChangeLog b/net-misc/rdesktop/ChangeLog index b2654163a282..7c69eee01355 100644 --- a/net-misc/rdesktop/ChangeLog +++ b/net-misc/rdesktop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/rdesktop # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/ChangeLog,v 1.102 2008/05/14 16:42:57 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/ChangeLog,v 1.103 2008/05/14 17:03:19 corsair Exp $ + + 14 May 2008; Markus Rothe <corsair@gentoo.org> rdesktop-1.6.0.ebuild: + Stable on ppc64; bug #220911 *rdesktop-1.6.0 (14 May 2008) diff --git a/net-misc/rdesktop/rdesktop-1.6.0.ebuild b/net-misc/rdesktop/rdesktop-1.6.0.ebuild index c47145385d7f..9c378637cd31 100644 --- a/net-misc/rdesktop/rdesktop-1.6.0.ebuild +++ b/net-misc/rdesktop/rdesktop-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.6.0.ebuild,v 1.1 2008/05/14 16:42:57 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.6.0.ebuild,v 1.2 2008/05/14 17:03:19 corsair Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="ao debug ipv6 oss" S=${WORKDIR}/${PN}-${MY_PV} |