diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-03-15 21:10:54 +0100 |
---|---|---|
committer | Chantry Xavier <shiningxc@gmail.com> | 2008-03-22 18:39:15 +0100 |
commit | 5af076f09f67bb3abd80a28fa3f33437f08b18bc (patch) | |
tree | ab855353314223df307bbbc9640f79b546548874 /lib/libalpm/alpm.h | |
parent | 2f8fb80ee631ef866c3bd8cb5fab09a7360ca8d2 (diff) | |
download | pacman-5af076f09f67bb3abd80a28fa3f33437f08b18bc.tar.xz |
Kill the dependsonly option.
From the man page :
"This is pretty useless and we're not sure why it even exists."
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | lib/libalpm/alpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 8296bc7d..0a8812ad 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -271,7 +271,7 @@ typedef enum _pmtransflag_t { PM_TRANS_FLAG_CASCADE = 0x10, PM_TRANS_FLAG_RECURSE = 0x20, PM_TRANS_FLAG_DBONLY = 0x40, - PM_TRANS_FLAG_DEPENDSONLY = 0x80, + /* 0x80 flag can go here */ PM_TRANS_FLAG_ALLDEPS = 0x100, PM_TRANS_FLAG_DOWNLOADONLY = 0x200, PM_TRANS_FLAG_NOSCRIPTLET = 0x400, |