summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-01-18 00:56:37 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-01-18 00:56:37 +0000
commitd84b1ccb64fcc46f5a0ed30b0abc2b067d1b9190 (patch)
tree29a94bee3b36fe83cb8a657bef218cb012bfa8a7 /sys-apps/utempter
parentVersion bump (diff)
downloadhistorical-d84b1ccb64fcc46f5a0ed30b0abc2b067d1b9190.tar.gz
historical-d84b1ccb64fcc46f5a0ed30b0abc2b067d1b9190.tar.bz2
historical-d84b1ccb64fcc46f5a0ed30b0abc2b067d1b9190.zip
added other arches to testing
Diffstat (limited to 'sys-apps/utempter')
-rw-r--r--sys-apps/utempter/utempter-0.5.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/utempter/utempter-0.5.2.ebuild b/sys-apps/utempter/utempter-0.5.2.ebuild
index 6d230da05bd6..48efc7c51cc4 100644
--- a/sys-apps/utempter/utempter-0.5.2.ebuild
+++ b/sys-apps/utempter/utempter-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.2.ebuild,v 1.7 2003/10/19 00:33:36 bazik Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/utempter/utempter-0.5.2.ebuild,v 1.8 2004/01/18 00:56:37 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="App that allows non-privileged apps to write utmp (login) info, which needs root access"
@@ -10,18 +10,18 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 amd64 sparc"
+KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~mips ~arm amd64 ~ia64 ~ppc64"
RDEPEND="virtual/glibc"
src_compile() {
- export RPM_OPT_FLAGS="$CFLAGS"
+ export RPM_OPT_FLAGS="${CFLAGS}"
make || die
}
src_install() {
- make RPM_BUILD_ROOT="$D" install
+ make RPM_BUILD_ROOT="${D}" install
dobin utmp
dodoc COPYING
}