diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-04-26 11:14:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-04-26 11:14:57 +0000 |
commit | 1a8a25228a38ea8f7ef71a6c02b12be011ee39af (patch) | |
tree | 8883d769551d132fba25b86d8faf93edfbd1604a /sys-apps/partimage | |
parent | Added IUSE='' (Manifest recommit) (diff) | |
download | gentoo-2-1a8a25228a38ea8f7ef71a6c02b12be011ee39af.tar.gz gentoo-2-1a8a25228a38ea8f7ef71a6c02b12be011ee39af.tar.bz2 gentoo-2-1a8a25228a38ea8f7ef71a6c02b12be011ee39af.zip |
fix thinko glitch, bug #49017, and put it back in ~x86 since it got in x86 accidently.
Diffstat (limited to 'sys-apps/partimage')
-rw-r--r-- | sys-apps/partimage/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/partimage/partimage-0.6.4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/partimage/ChangeLog b/sys-apps/partimage/ChangeLog index 701a761112dd..2721d91dddfc 100644 --- a/sys-apps/partimage/ChangeLog +++ b/sys-apps/partimage/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for sys-apps/partimage # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/ChangeLog,v 1.6 2004/04/26 09:33:04 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/ChangeLog,v 1.7 2004/04/26 11:14:57 robbat2 Exp $ 26 Apr 2004; David Holm <dholm@gentoo.org> partimage-0.6.4.ebuild: Added to ~ppc. + 26 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> partimage-0.6.4.ebuild: + fix thinko glitch, bug #49017, and put it back in ~x86 since it got in x86 + accidently. + *partimage-0.6.4 (25 Apr 2004) 25 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> partimage-0.6.4.ebuild, diff --git a/sys-apps/partimage/partimage-0.6.4.ebuild b/sys-apps/partimage/partimage-0.6.4.ebuild index 2fabed9e768d..aaea00f06bee 100644 --- a/sys-apps/partimage/partimage-0.6.4.ebuild +++ b/sys-apps/partimage/partimage-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.4.ebuild,v 1.2 2004/04/26 09:33:04 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/partimage/partimage-0.6.4.ebuild,v 1.3 2004/04/26 11:14:57 robbat2 Exp $ inherit gnuconfig @@ -9,7 +9,7 @@ HOMEPAGE="http://www.partimage.org/" SRC_URI="mirror://sourceforge/partimage/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="ssl nologin" RDEPEND="virtual/glibc @@ -28,7 +28,7 @@ PARTIMAG_GROUP_NAME=partimag PARTIMAG_USER_NAME=partimag PARTIMAG_USER_SH=/bin/false PARTIMAG_USER_HOMEDIR=/var/log/partimage -PARTIMAG_USER_GROUPS=91 +PARTIMAG_USER_GROUPS=partimag pkg_setup() { # Now add users if needed |