diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-01-04 21:48:26 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-01-04 21:48:26 +0000 |
commit | a23a98389c3e672920ad28c635dce847e2ac8223 (patch) | |
tree | 85e5735b8fc05968929154da9cc96bfd9ff42f3b /sys-apps/hibernate-script | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-a23a98389c3e672920ad28c635dce847e2ac8223.tar.gz gentoo-2-a23a98389c3e672920ad28c635dce847e2ac8223.tar.bz2 gentoo-2-a23a98389c3e672920ad28c635dce847e2ac8223.zip |
Accidentally marked 1.03 stable on x86.
Diffstat (limited to 'sys-apps/hibernate-script')
-rw-r--r-- | sys-apps/hibernate-script/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hibernate-script/hibernate-script-1.03.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/hibernate-script/ChangeLog b/sys-apps/hibernate-script/ChangeLog index 861c28e1e606..7bc1ab459f58 100644 --- a/sys-apps/hibernate-script/ChangeLog +++ b/sys-apps/hibernate-script/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hibernate-script # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hibernate-script/ChangeLog,v 1.6 2005/01/04 19:40:24 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hibernate-script/ChangeLog,v 1.7 2005/01/04 21:48:26 brix Exp $ + + 04 Jan 2005; Henrik Brix Andersen <brix@gentoo.org> + hibernate-script-1.03.ebuild: + Accidentally marked 1.03 stable on x86. *hibernate-script-1.03 (04 Jan 2005) diff --git a/sys-apps/hibernate-script/hibernate-script-1.03.ebuild b/sys-apps/hibernate-script/hibernate-script-1.03.ebuild index 0a8adb6ab930..1d34076c3001 100644 --- a/sys-apps/hibernate-script/hibernate-script-1.03.ebuild +++ b/sys-apps/hibernate-script/hibernate-script-1.03.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/sys-apps/hibernate-script/hibernate-script-1.03.ebuild,v 1.1 2005/01/04 19:40:24 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hibernate-script/hibernate-script-1.03.ebuild,v 1.2 2005/01/04 21:48:26 brix Exp $ # The following works with both pre-releases and releases MY_P=${PN}-${PV/_/-} @@ -13,7 +13,7 @@ SRC_URI="http://download.berlios.de/softwaresuspend/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" IUSE="" |