diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-14 20:17:38 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-14 20:17:38 +0000 |
commit | bbea23e815635fa96244e034366dc6c0946e4361 (patch) | |
tree | 82b06a421973f2d4a737f799a873ae98e506c463 /net-misc/rdesktop | |
parent | Version bump. Change SRC_URI of old ebuilds to mirror://gentoo because upstre... (diff) | |
download | gentoo-2-bbea23e815635fa96244e034366dc6c0946e4361.tar.gz gentoo-2-bbea23e815635fa96244e034366dc6c0946e4361.tar.bz2 gentoo-2-bbea23e815635fa96244e034366dc6c0946e4361.zip |
amd64/x86 stable, bug #220911
(Portage version: 2.1.5_rc10)
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 7c69eee01355..5a56e1baede0 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.103 2008/05/14 17:03:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/ChangeLog,v 1.104 2008/05/14 20:17:38 maekke Exp $ + + 14 May 2008; Markus Meier <maekke@gentoo.org> rdesktop-1.6.0.ebuild: + amd64/x86 stable, bug #220911 14 May 2008; Markus Rothe <corsair@gentoo.org> rdesktop-1.6.0.ebuild: Stable on ppc64; bug #220911 diff --git a/net-misc/rdesktop/rdesktop-1.6.0.ebuild b/net-misc/rdesktop/rdesktop-1.6.0.ebuild index 9c378637cd31..add225d20aa9 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.2 2008/05/14 17:03:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rdesktop/rdesktop-1.6.0.ebuild,v 1.3 2008/05/14 20:17:38 maekke 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} |